xushiyan commented on code in PR #8736:
URL: https://github.com/apache/hudi/pull/8736#discussion_r1196170918


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSourceStorage.scala:
##########
@@ -132,89 +129,4 @@ class TestMORDataSourceStorage extends 
SparkClientFunctionalTestHarness {
     assertEquals(100, hudiSnapshotDF3.count())
     assertEquals(updatedVerificationVal, 
hudiSnapshotDF3.filter(col("_row_key") === 
verificationRowKey).select(verificationCol).first.getString(0))
   }
-
-  @ParameterizedTest
-  @CsvSource(Array(
-    "true,GLOBAL_SIMPLE",
-    "true,GLOBAL_BLOOM",
-    "false,GLOBAL_SIMPLE",
-    "false,GLOBAL_BLOOM"
-  ))
-  def testMergeOnReadStorageWithGlobalIndexUpdatePartition(isMetadataEnabled: 
Boolean, indexType: String): Unit = {

Review Comment:
   the test case is relevant to table types and irrelevant to MDT so changed 
the input args accordingly in the new test



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