-
Notifications
You must be signed in to change notification settings - Fork 59
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
PHOENIX-6940 Add a connector variant for Hive 4 #136
Conversation
also: partially sync org.apache.phoenix.hive.ql.index classes to Hive 4 rename org.apache.phoenix.hive.ql.index package and classes remove HiveCompatUtil merge phoenix5-hive-it back into phoenix5-hive
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
I could not reproduce the problem dowstream, maybe it is related to Azul JVM ?
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Tests are passing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Most of the changes are related to HiveCompatUtil removal, IndexSearchCondition got renamed to PhoenixSearchCondition, and formatting as you mentioned
I see that the hive test files are (almost) identical to the ones in in hive 4.0.0 repo https://github.com/apache/hive/tree/rel/release-4.0.0/itests/util/src/main/java/org/apache/hadoop/hive/ql
I ran tests on the change successfully.
please add "3" to the name of phoenix5-hive-shaded module at
https://github.com/stoty/phoenix-connectors/blob/PHOENIX-6940/phoenix5-hive-shaded/pom.xml#L33
Thank you, fixed the module name |
merged manually. |
💔 -1 overall
This message was automatically generated. |
I have already merged this. |
also:
partially sync org.apache.phoenix.hive.ql.index classes to Hive 4 rename org.apache.phoenix.hive.ql.index package and classes remove HiveCompatUtil
merge phoenix5-hive-it back into phoenix5-hive