snleee commented on code in PR #12659: URL: https://github.com/apache/pinot/pull/12659#discussion_r1548315118
########## pinot-connectors/pinot-flink-connector/pom.xml: ########## @@ -51,7 +51,18 @@ </dependency> <dependency> <groupId>org.apache.flink</groupId> - <artifactId>flink-streaming-java_${scala.compat.version}</artifactId> Review Comment: @yupeng9 it looks that Flink 1.15 dropped the support for `scala 2.11`. We have been using scala 2.12 from Pinot code base. I think that this change looks fine to me. How do you think? https://stackoverflow.com/questions/70792112/what-version-of-scala-does-apache-flink-use -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org