rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r918238488
##########
hudi-spark-datasource/hudi-spark3-common/pom.xml:
##########
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-sql_2.12</artifactId>
+ <artifactId>spark-sql_${spark3.scala.binary.version}</artifactId>
Review Comment:
I think we can keep this as scala 2.13 is supported as well.
https://mvnrepository.com/artifact/org.apache.spark/spark-sql so if we decide
in future to upgrade we can make the change at root pom level.
--
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]