-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[FLINK-37103] The parameters passed when calling method FactoryUtil.createDynamicTableSource are inconsistent #25962
base: master
Are you sure you want to change the base?
Conversation
cc @fsk119 this PR fixes failures in hive connector module. |
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 have externalized the Hive connector https://github.com/apache/flink-connector-hive. We have not yet released it; but there is work underway to release a 1.20 Hive connector apache/flink-connector-hive#20. I suggest closing out this PR and looking in the flink hive connector repo and raising the PR there if appropriate. fyi @snuyanzin
According to the discussion[1], we should not open new PR about hive in flink repo. Could you open a new PR for the flink-hive repo? |
OK, I will migrate the PR to the new repository |
Roger that. |
Reviewed by Chi on 16/01/2025 Go back to the submitter with review comments. |
What is the purpose of the change
It seems that this pr #25559 lacks the change here.
Brief change log
(for example:)
Verifying this change
Please make sure both new and modified tests in this PR follow the conventions for tests defined in our code quality guide.
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no)Documentation