XuQianJin-Stars commented on code in PR #8133: URL: https://github.com/apache/hudi/pull/8133#discussion_r1131979301
########## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMergeIntoTable.scala: ########## @@ -115,6 +116,65 @@ class TestMergeIntoTable extends HoodieSparkSqlTestBase with ScalaAssertionSuppo }) } + test("Test MergeInto with more than once update actions") { + withRecordType()(withTempDir {tmp => + val conf = new SparkConf().setAppName("insertDatasToHudi").setMaster("local[*]") + val spark = SparkSession.builder().config(conf) + .config("spark.serializer", "org.apache.spark.serializer.KryoSerializer") Review Comment: Both `conf` and `spark` can be removed, both in the `HoodieSparkSqlTestBase` class. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org