-
Notifications
You must be signed in to change notification settings - Fork 550
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
pulled new Thrift definition from Apache Hive repo #292
base: master
Are you sure you want to change the base?
Conversation
…pache/hive/master/service-rpc/if/TCLIService.thrift this version includes TIMESTAMPLOCALTZ_TYPE
Fixes #285 |
Thank you for working on this patch. What is the current status? What would it take to merge it? Thanks! |
I haven't looked at this issue for a few years now. :) Looks like just a small merge conflict in a unit test. |
Right, yeah it's been a few years now :) I too ran into the issue with |
fba8d21
to
23e5dc3
Compare
@jphalip : I rebased it and fixed all the issues, I believe. Note, though, I did not regenerate from the latest Thrift definition, but it appears there's no significant changes. |
@The-Alchemist Thanks a lot! I appreciate it. I can look into updating to the latest definition. Is it just a matter of running the following? python generate.py https://raw.githubusercontent.com/apache/hive/master/service-rpc/if/TCLIService.thrift |
I think so, but it's been a while. Good luck =) |
I've just submitted an alternative PR here: #473 |
Pulled Thrift def from https://raw.githubusercontent.com/apache/hive/master/service-rpc/if/TCLIService.thrift
This version includes
TIMESTAMPLOCALTZ_TYPE
, which was causing problems for me. See apache/superset#7520