-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-12715][hive] Hive-1.2.1 build is broken #8610
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
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
|
LGTM |
|
I wonder that, since LGTM otherwise. |
HiveShim is quite generic in naming. It's a shim, so in theory anything can be put there. Maybe we just need to update the javadoc to reflect the new addition. Having another shim for utils might be an overkill for now. However, we can keep an eye on this and see how we organize better when this layer gets too heavy. |
|
I also prefer to keep HiveShim generic. Actually APIs in HiveShim like |
bowenli86
left a comment
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.
Make sense, let's keep it in HiveShim for now.
...link-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV1.java
Show resolved
Hide resolved
|
Thanks @lirui-apache for the PR and review from @xuefuz . LGTM. Merging |
This PR fixes hive-1.2.1 build. The build was broken because some util method used in FLINK-12568 is not compatible in Hive-2.3.4 and Hive-1.2.1. This closes apache#8610.
What is the purpose of the change
To fix hive-1.2.1 build. The build was broken because some util method used in FLINK-12568 is not compatible in Hive-2.3.4 and Hive-1.2.1.
Brief change log
FileUtils.moveToTrash.Verifying this change
Added new test and tested for both 2.3.4 and 1.2.1 (manually).
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation