-
Notifications
You must be signed in to change notification settings - Fork 534
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
[INLONG-9010][Sort] Add hive connector for flink1.15 #9030
base: master
Are you sure you want to change the base?
Conversation
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.
Hello @huasiy, thank you for submitting a PR to InLong 💖 We will respond as soon as possible ⏳
This seems to be your first PR 🌠 Please be sure to follow our Contribution Guidelines.
If you have any questions in the meantime, you can also ask us on the InLong Discussions 🔍
Please add some tests on this connector thx |
<thrift.version>0.9.3</thrift.version> | ||
<kafka-clients.version>2.7.1</kafka-clients.version> | ||
<flink-connector-debezium.version>2.3.0</flink-connector-debezium.version> | ||
<flink-connector-hive.version>2.12</flink-connector-hive.version> |
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.
What is this version used for
@@ -52,9 +52,11 @@ | |||
<flink.protobuf.version>2.7.6</flink.protobuf.version> | |||
<sqlserver.jdbc.version>7.2.2.jre8</sqlserver.jdbc.version> | |||
<hudi.version>0.12.3</hudi.version> | |||
<hive.version>3.1.3</hive.version> |
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.
hive3 version property has been defined in root pom
|
||
@Override | ||
public String factoryIdentifier() { | ||
return HiveCatalogFactoryOptions.IDENTIFIER; |
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.
Use IDENTIFIER "hive-inlong"
@@ -31,49 +31,47 @@ | |||
|
|||
<properties> | |||
<inlong.root.dir>${project.parent.parent.parent.parent.basedir}</inlong.root.dir> | |||
<hive.version>3.1.3</hive.version> |
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.
No need to define duplicated hive version properties
This PR is stale because it has been open for 60 days with no activity. |
This PR is stale because it has been open for 60 days with no activity. |
Prepare a Pull Request
(Change the title refer to the following example)
(The following XYZ should be replaced by the actual GitHub Issue number)
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve?
Modifications
Describe the modifications you've done.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests)
This change added tests and can be verified as follows:
(example:)
Documentation