nsivabalan commented on issue #16964: URL: https://github.com/apache/hudi/issues/16964#issuecomment-4800708291
This appears to be implemented on current `master`. The Trino-Hudi connector now supports record-level-index based file-slice skipping via `HudiRecordLevelIndexSupport` (see `hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/query/index/HudiRecordLevelIndexSupport.java`), wired into `IndexSupportFactory` and toggleable via the `record_level_index_enabled` session property. The strategy reads the record-index partition of the metadata table (`HoodieTableMetadata.readRecordIndex`) for the equality/IN predicates on record-key columns and prunes file slices by `fileId`. Landed in commit 2669933a4907 (HUDI-9767, PR #13787). If this matches the original ask, can we close this issue / mark HUDI-9296 as Done? If something specific is still missing, happy to dig in further. -- 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]
