-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-29878][hive] Fix flink-sql-connector hive error #21242
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
919ad5e to
87ca78d
Compare
|
@flinkbot run azure |
| <exclude>avro/shaded/com/google/**</exclude> | ||
| <exclude>org/apache/avro/**</exclude> | ||
| <exclude>META-INF/maven/org.apache.avro/**</exclude> | ||
| <exclude>org/apache/hadoop/hive/conf/HiveConf*</exclude> |
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.
We can use that just as before:
<exclude>org/apache/hadoop/hive/conf/HiveConf.class</exclude>
<exclude>org/apache/hadoop/hive/metastore/HiveMetaStoreClient.class</exclude>
87ca78d to
05b155f
Compare
not related test failure ! @luoyuxia please review the changes |
luoyuxia
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.
@Samrat002 Thanks for fix. LGTM
|
@flinkbot run azure |
|
LGTM, thanks @Samrat002 |
What is the purpose of the change
Brief change log
Fix dependencies error
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation