linliu-code commented on code in PR #14091: URL: https://github.com/apache/hudi/pull/14091#discussion_r2431167042
########## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestCOWDataSource.scala: ########## @@ -1508,7 +1508,10 @@ class TestCOWDataSource extends HoodieSparkClientTestBase with ScalaAssertionSup @ParameterizedTest @CsvSource(Array( - "true,false,AVRO", "true,true,AVRO", "false,true,AVRO", "false,false,AVRO" Review Comment: All tests cases are working. I will remove this change. -- 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]
