danny0405 commented on code in PR #6437:
URL: https://github.com/apache/hudi/pull/6437#discussion_r949747182


##########
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:
   Fix the default flink version line 131 ~ line 133:
   
   ```xml
       <flink.version>${flink1.14.version}</flink.version>
       <hudi.flink.module>hudi-flink1.14.x</hudi.flink.module>
       <flink.bundle.version>1.14</flink.bundle.version>
   ```
   should also work ?



-- 
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]

Reply via email to