codope commented on code in PR #11975:
URL: https://github.com/apache/hudi/pull/11975#discussion_r1774663452
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala:
##########
@@ -1418,4 +1417,81 @@ class TestMORDataSource extends
HoodieSparkClientTestBase with SparkDatasetMixin
metaClient = createMetaClient(spark, basePath)
assertEquals(metaClient.getTableConfig.getRecordMergerStrategy,
mergerStrategyName)
}
+
+ /**
+ * Test Read-Optimized query on MOR table with RECORD_INDEX enabled.
+ */
+ @Test
+ def testReadOptimizedQueryWithRecordIndex(): Unit = {
Review Comment:
renamed to better reflect the test purpose
--
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]