yihua commented on code in PR #11130:
URL: https://github.com/apache/hudi/pull/11130#discussion_r1587001638


##########
hudi-spark-datasource/hudi-spark3.5.x/src/test/java/org/apache/hudi/spark3/internal/TestReflectUtil.java:
##########
@@ -42,7 +44,7 @@ public void testDataSourceWriterExtraCommitMetadata() throws 
Exception {
     InsertIntoStatement newStatment = ReflectUtil.createInsertInto(
         statement.table(),
         statement.partitionSpec(),
-        scala.collection.immutable.List.empty(),
+        ((scala.collection.immutable.Seq<String>) 
scala.collection.immutable.Seq$.MODULE$.empty()).toSeq(),

Review Comment:
   I plan to remove `ReflectUtil.createInsertInto` in another PR.  
`ReflectUtil.createInsertInto` is not used in the codebase (a leftover function 
used before, but abandoned now). 



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