nsivabalan commented on code in PR #12511:
URL: https://github.com/apache/hudi/pull/12511#discussion_r1892318158
##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -473,6 +474,7 @@ public void testMetadataTableServices() throws Exception {
.enable(true)
.enableMetrics(false)
.withMaxNumDeltaCommitsBeforeCompaction(3) // after 3 delta
commits for regular writer operations, compaction should kick in.
+ .withMetadataIndexColumnStats(false)
Review Comment:
NTR: we are only enabling partition stats by default in SPARK engine.
##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -572,6 +574,7 @@ public void
testMetadataTableCompactionWithPendingInstants() throws Exception {
.enable(true)
.enableMetrics(false)
.withMaxNumDeltaCommitsBeforeCompaction(4)
+ .withMetadataIndexColumnStats(false)
Review Comment:
NTR: we are only enabling partition stats by default in SPARK engine.
--
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]