nsivabalan commented on code in PR #12479:
URL: https://github.com/apache/hudi/pull/12479#discussion_r1887514482
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestColumnStatsIndex.scala:
##########
@@ -143,7 +143,8 @@ class TestColumnStatsIndex extends ColumnStatIndexTestBase {
def testMetadataColumnStatsIndexInitializationWithUpserts(tableType:
HoodieTableType, partitionCol : String): Unit = {
val testCase = ColumnStatsTestCase(tableType, shouldReadInMemory = true)
val metadataOpts = Map(
- HoodieMetadataConfig.ENABLE.key -> "true"
+ HoodieMetadataConfig.ENABLE.key -> "true",
+ HoodieMetadataConfig.ENABLE_METADATA_INDEX_COLUMN_STATS.key() -> "false"
Review Comment:
this test case specifically tests, where col stats is not enabled for first
few commits and then enabled. So, explcitly disabling it to be in line w/ the
actual test intention.
--
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]