danny0405 commented on code in PR #6550:
URL: https://github.com/apache/hudi/pull/6550#discussion_r972725757
##########
pom.xml:
##########
@@ -612,6 +624,19 @@
<dependencyManagement>
<dependencies>
+ <!-- Scala -->
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>${scala.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.scala-lang.modules</groupId>
+
<artifactId>scala-collection-compat_${scala.binary.version}</artifactId>
Review Comment:
Hey, these 2 dependencies affect the hudi-flink module, and the local tests
can not run now because flink 1.15.x requires scala 2.12.x, can you fix that ?
--
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]