yihua commented on code in PR #11130: URL: https://github.com/apache/hudi/pull/11130#discussion_r1586990669
########## hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/HoodieInternalRowUtils.scala: ########## @@ -18,11 +18,12 @@ package org.apache.spark.sql -import org.apache.avro.Schema Review Comment: Some imports are reordered to conform to the import ordering. `scala.jdk.CollectionConverters.collectionAsScalaIterableConverter` is removed, and `scala.collection.JavaConverters._` is used instead. They are basically the same, just that `scala.collection.JavaConverters` is available across all Scala versions. ``` object CollectionConverters extends DecorateAsJava with DecorateAsScala object JavaConverters extends DecorateAsJava with DecorateAsScala ``` -- 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]
