wzx140 commented on code in PR #7003:
URL: https://github.com/apache/hudi/pull/7003#discussion_r1032936063


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala:
##########
@@ -467,292 +448,288 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
         .setConf(spark.sessionState.newHadoopConf())
         .build()
       assertResult(metaClient.getTableConfig.getTableName)(tableName)
-    }
+    })
   }
 
   test("Test Insert Exception") {
-    val tableName = generateTableName

Review Comment:
   @alexeykudinkin We just add withRecordType() and put sql config in 
withSQLConf. Maybe We have also changed the indentation. This make GH UI shows 
that the whole test had been rewritten.



-- 
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]

Reply via email to