juliuszsompolski commented on code in PR #42441: URL: https://github.com/apache/spark/pull/42441#discussion_r1294351221
########## connector/connect/client/jvm-internal/src/main/scala/org/apache/spark/sql/connect/client/GrpcExceptionConverter.scala: ########## @@ -16,7 +16,7 @@ */ package org.apache.spark.sql.connect.client -import scala.jdk.CollectionConverters._ +import scala.collection.JavaConverters._ Review Comment: I guess the jvm-internal module must be missing dependency on `scala-collection-compat_2.12-2.8.1.jar` somehow. I don't see it explicit in any POM, so I guess it gets pulled trasitively by something in some of the modules with more deps. -- 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]
