codope commented on code in PR #6437:
URL: https://github.com/apache/hudi/pull/6437#discussion_r950374861
##########
pom.xml:
##########
@@ -1823,7 +1823,9 @@
<id>flink1.15</id>
<properties>
<flink.version>${flink1.15.version}</flink.version>
+ <flink.runtime.artifactId>flink-runtime</flink.runtime.artifactId>
<flink.table.runtime.artifactId>flink-table-runtime</flink.table.runtime.artifactId>
+
<flink.table.planner.artifactId>flink-table-planner_2.12</flink.table.planner.artifactId>
Review Comment:
If not changing the artofact ids, then i think changing the default flink
profile from flink1.13 to flink1.15 should work. I guess that's what #6445 is
doing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]