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

Fixed exceptions on some queries types. #15

Closed
wants to merge 2 commits into from

Conversation

Napas
Copy link

@Napas Napas commented Jan 6, 2016

Fixed Hive query failure on temporary function creation or add jar queries.

@xyu xyu added this to the v0.3 milestone Jul 24, 2019
@xyu
Copy link
Contributor

xyu commented Jul 25, 2019

This PR is quite old, some ideas here have already been implemented and others, namely better wrapping of exceptions has been implemented in #33 now. (I did this because with the extensive changes since this PR merging would have been somewhat painful.) Thanks for the ideas here I'm going to close this PR in favor of the other one.

@xyu xyu closed this Jul 25, 2019
xyu added a commit that referenced this pull request Jul 26, 2019
ThriftSQL v0.3.0

- Added - Ability to send Impala queries with usernames
- Added - Default usernames to help limit invalid configurations
- Added - Automatically closing query handles after all results are read
- Added - Canceling queries on the server when timeouts are reached
- Upgraded - Libraries to `Thrift@0.12.0`, `Hive@1.1.0`, `Impala@2.12.0`
- Improved - Switched to a different classmap generator to get rid of a needless monkey patch of Beeswax service interface
- Improved - Better wrapping of underlying exceptions to ease debugging (Props @Napas / #15)
- Improved - Reduced size of PHP namespace and reorder them to better avoid collisions
- Improved - Strip down the distribution PHAR and removed extraneous artifacts from Packagist
- Improved - A better build and contribution process
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.

2 participants