nsivabalan commented on issue #16842: URL: https://github.com/apache/hudi/issues/16842#issuecomment-4795643255
Phase 2 appears complete on master for the Spark engine. - `HoodieMetadataConfig.getDefaultColStatsEnable(SPARK)` returns `true` ([HoodieMetadataConfig.java#L1397-L1407](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java#L1397-L1407)), so `hoodie.metadata.index.column.stats.enable` defaults to `true` for Spark. - Commit dfd26b46ffb6 (#14165) unified partition stats under the column stats config; `isPartitionStatsIndexEnabled()` now returns the column stats setting, so partition stats are also on by default for Spark. The standalone `hoodie.metadata.index.partition.stats.enable` is now `@Deprecated`. - Phase 1 default-on for partition stats was done earlier in 474942304ca6 ([HUDI-8680]). For Flink and Java engines, both remain `false` by default (referenced as HUDI-8814 in code). If Phase 2 was intended to cover those engines as well, that part is still pending; otherwise this issue can likely be closed. Could a maintainer confirm scope? -- 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]
