kkrugler commented on code in PR #8812: URL: https://github.com/apache/pinot/pull/8812#discussion_r888282485
########## pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml: ########## @@ -33,9 +33,9 @@ <url>https://pinot.apache.org/</url> <properties> <pinot.root>${basedir}/../../../..</pinot.root> - <spark.version>2.4.0</spark.version> - <scala.binary.version>2.11</scala.binary.version> - <scala.version>2.11.11</scala.version> + <spark.version>2.4.7</spark.version> + <scala.binary.version>2.12</scala.binary.version> Review Comment: FWIW, Flink recently dropped support for 2.11, partly because too many updated dependencies weren't built against it. -- 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]
