nsivabalan commented on issue #16961: URL: https://github.com/apache/hudi/issues/16961#issuecomment-4800704047
This appears to be implemented on current master. The Trino-Hudi connector has `HudiColumnStatsIndexSupport` (`hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/query/index/HudiColumnStatsIndexSupport.java`), wired into `IndexSupportFactory.createIndexSupport` and gated by the `column_stats_index_enabled` session property in `HudiSessionProperties`. The capability landed with the plugin migration in #13493 (HUDI-9556) and was further optimized in #13787 (HUDI-9767). If this issue tracked something more specific that's still missing, could you clarify? Otherwise it can likely be closed. -- 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]
