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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to