yihua commented on code in PR #12583: URL: https://github.com/apache/hudi/pull/12583#discussion_r1907991997
########## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestMergeIntoTable.scala: ########## @@ -22,11 +22,13 @@ import org.apache.hudi.DataSourceWriteOptions.SPARK_SQL_OPTIMIZED_WRITES import org.apache.hudi.config.HoodieWriteConfig.MERGE_SMALL_FILE_GROUP_CANDIDATES_LIMIT import org.apache.hudi.hadoop.fs.HadoopFSUtils import org.apache.hudi.testutils.DataSourceTestUtils - +import org.apache.spark.sql.hudi.ProvidesHoodieConfig.getClass Review Comment: nit: keep import grouping -- 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]
