xiarixiaoyao commented on a change in pull request #3952:
URL: https://github.com/apache/hudi/pull/3952#discussion_r756647750



##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestTableLayoutOptimization.scala
##########
@@ -68,8 +66,8 @@ class TestTableLayoutOptimization extends 
HoodieClientTestBase {
   }
 
   @ParameterizedTest
-  @ValueSource(strings = Array("COPY_ON_WRITE", "MERGE_ON_READ"))
-  def testOptimizeWithClustering(tableType: String): Unit = {
+  @CsvSource(Array("COPY_ON_WRITE, hilbert", "COPY_ON_WRITE, z-order", 
"MERGE_ON_READ, hilbert", "MERGE_ON_READ, z-order"))

Review comment:
       @alexeykudinkin  could you pls help me, i donnot know how to use 
@MethodSource in scala。 thanks




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


Reply via email to