wombatu-kun commented on PR #19568:
URL: https://github.com/apache/hudi/pull/19568#issuecomment-5567416195

   This is fixed on master by #18949 (`87778deec6f6`), which appends the 
required-filter columns to the read schema in `buildReaderWithPartitionValues` 
and projects them back out in `readBaseFile`; because `requestedStructType` is 
built from the augmented schema there, it also covers the 
`HoodieFileGroupReader` branch that this PR leaves untouched. 
`TestIncrementalReadWithFileGroupReader` on master already asserts `select *`, 
a projection without `_hoodie_commit_time`, `count()` and `isEmpty()` across 
COW and MOR - worth closing this unless there is a shape it misses.
   


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