-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade the Thrift definition #6
Comments
I'm checking the current definition. It looks like our definition is almost based on that of Hive 3.1.3, with some additional APIs. This is the diff between our definition and 3.1.3. |
This is the definition of Hive 4.0.0. I'm checking 3.1.3...4.0.0. I think it is mostly compatible. This is the definition of Hive 4.0.1. This is the diff. We discontinued the following APIs, which have been deprecated for years. See also HIVE-26537.
We are using Table get_table(1:string dbname, 2:string tbl_name) in the fallback path. We are not using |
We have to decide if we should keep the path of Which should we choose?
|
The current definition is based on maybe Hive 3. We have to update it to resolve some compatibility issues.
See also trinodb/trino#24454
The text was updated successfully, but these errors were encountered: