LuciferYang commented on code in PR #43049: URL: https://github.com/apache/spark/pull/43049#discussion_r1333907049
########## connector/avro/pom.xml: ########## @@ -70,12 +70,10 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-tags_${scala.binary.version}</artifactId> </dependency> - <!-- #if scala-2.13 --> Review Comment: It seems that for Scala 3 the `scala.binary.version` is always `3`? Then it looks like we can delete this comment, the corresponding dependency for Scala 3 is ``` <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parallel-collections_3</artifactId> <version>1.0.4</version> </dependency> ``` It seems that this dependency no longer needs to be dynamically changed. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org