deepakpanda93 commented on issue #15179:
URL: https://github.com/apache/hudi/issues/15179#issuecomment-4893296409

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: Column-stats data skipping in the Trino Hudi connector is 
implemented. The trino-hudi plugin was migrated into apache/hudi (#13493, 
[HUDI-9556], 2025-08-06; further upstreamed in #13787) and includes 
`HudiColumnStatsIndexSupport` 
(hudi-trino-plugin/.../query/index/HudiColumnStatsIndexSupport.java), which 
reads the metadata table COLUMN_STATS partition and prunes file slices via 
`canApply(TupleDomain)` / `shouldSkipFileSlice` / `evaluateStatisticPredicate` 
— i.e. column-stats-based data skipping. A `HudiPartitionStatsIndexSupport` is 
present as well.
   
   If column-stats skipping still isn't working for you on a recent version, 
please reopen with details.
   
   Closing as fixed.


-- 
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]

Reply via email to