rdblue commented on a change in pull request #4009: URL: https://github.com/apache/iceberg/pull/4009#discussion_r798832029
########## File path: spark/v3.2/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsAstBuilder.scala ########## @@ -53,16 +53,19 @@ import org.apache.spark.sql.connector.expressions.FieldReference import org.apache.spark.sql.connector.expressions.IdentityTransform import org.apache.spark.sql.connector.expressions.LiteralValue import org.apache.spark.sql.connector.expressions.Transform -import scala.collection.JavaConverters._ +import scala.jdk.CollectionConverters._ Review comment: Looks like this was incorrect before, but can you remove the wildcard import here? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org