yihua opened a new pull request, #723:
URL: https://github.com/apache/hudi-rs/pull/723
## Description
The comments around metadata-table routing in `FileGroupReader` still
claimed that file group reader version 2 cannot read HFile, a claim #706 made
stale: the version 2 engine reads HFile base files and log blocks on an
ordinary table, and metadata tables are served through the version 2 engine by
the dedicated `MetadataTableV2Reader`. This rewrites those comments (and the
unreachable guard's error string) to give the real reason metadata tables route
to version 1 in this generic path: a metadata table's record key, merge rule
and partition come from its own configuration rather than the data table's,
matching the authoritative wording in `adapter::refuse_reason`. Comments and
one unreachable error string only, no behavior change.
## How are the changes test-covered
- [x] N/A
- [ ] Automated tests (unit and/or integration tests)
- [ ] Manual tests
- [ ] Details are described below
--
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]