nsivabalan commented on issue #16849: URL: https://github.com/apache/hudi/issues/16849#issuecomment-4795643565
Trino-side MDT and data-skipping support has landed on master via HUDI-9556 (plugin migration, commit 4e987fe9) and HUDI-9767 (commit 2669933a). The `hudi-trino-plugin` module now includes column stats, partition stats, record-level, and secondary index support, with session properties `metadata_enabled`, `column_stats_index_enabled`, `partition_stats_index_enabled`, `record_level_index_enabled`, and `secondary_index_enabled` (see `hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/HudiSessionProperties.java` and `query/index/IndexSupportFactory.java`). The Presto-Hudi connector lives in the prestodb repository (this repo only ships `packaging/hudi-presto-bundle/`), so any Presto-side enablement should be tracked there. Backporting to 0.15.x is no longer applicable; the JIRA fix version is 1.1.0. Closing as resolved — please reopen if a specific failure still reproduces against current master. -- 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]
