sullis commented on code in PR #12659:
URL: https://github.com/apache/pinot/pull/12659#discussion_r1537994325


##########
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:
   As far as I can tell, Flink 1.14.x used a Scala version suffix on the 
artifact name:
   
   
https://mvnrepository.com/artifact/org.apache.flink/flink-streaming-java_2.12/1.14.3
   
   Flink 1.19.0 does not have a Scala suffix on the artifact name:
   
   
https://mvnrepository.com/artifact/org.apache.flink/flink-streaming-java/1.19.0
   



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

Reply via email to