rangareddy commented on issue #16444: URL: https://github.com/apache/hudi/issues/16444#issuecomment-5032559601
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: checked master for the requested HoodieStorage-based MOR record reader for Trino. It exists: the hudi-trino-plugin module (migrated into apache/hudi via merged PR #13493, commit 4e987fe9) contains HudiTrinoReaderContext (hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/reader/HudiTrinoReaderContext.java), which extends HoodieReaderContext<IndexedRecord> on top of the HoodieStorage/StoragePath abstraction, and HudiPageSourceProvider constructs a HoodieFileGroupReader to merge base and log files for MOR splits. This is exactly the deliverable tracked here (JIRA HUDI-7594), so the task is complete on master. Closing as done; if a gap remains in the Trino MOR read path, please reopen with the specific missing capability. -- 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]
