Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SQLAlchemy connector to work with Hive #191

Merged
merged 1 commit into from
Apr 21, 2016
Merged

Fix SQLAlchemy connector to work with Hive #191

merged 1 commit into from
Apr 21, 2016

Conversation

joshwalters
Copy link
Contributor

Removed default execution of select version(), this causes a failure in Hive as the version() function does not exist in Hive.

I have tested and verified that this change fixes SQLAlchemy connection for Hive.

Removed default execution of `select version()`, this causes a failure in Hive as the `version()` function does not exist in Hive.

I have tested and verified that this change fixes SQLAlchemy connection for Hive.
@joshwalters
Copy link
Contributor Author

Also, after this is fixed, would it be possible for the maintainers to do a release? This fixed version would be very useful to the Caravel project.

@gbrian
Copy link

gbrian commented Apr 18, 2016

+1

@kottameister
Copy link

👍 This would really useful for my personal project as well.

@wesm
Copy link
Contributor

wesm commented Apr 21, 2016

I'm sorry for the delay. Looks good, merging and will push a minor release

@wesm wesm merged commit 1f715e9 into cloudera:master Apr 21, 2016
@joshwalters joshwalters deleted the patch-1 branch April 21, 2016 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants