xushiyan opened a new pull request, #608:
URL: https://github.com/apache/hudi-rs/pull/608

   ## Description
   
   - Add `HudiScanExec`, a custom DataFusion `ExecutionPlan` that routes Lance 
base files and MOR snapshot reads through `FileGroupReader`, while Parquet COW 
and MOR read-optimized continue on DataFusion's native `ParquetSource`.
   - Broaden e2e test coverage for MOR snapshot reads (base + log-file merging) 
across both base formats: Lance MOR snapshot, partitioned Parquet MOR snapshot 
with partition-filter pushdown and `input_partitions` propagation, and v9 txns 
MOR snapshot mode across 6 fixture variants.
   
   ## How are the changes test-covered
   
   - [ ] N/A
   - [x] Automated tests (unit and/or integration tests)
   - [ ] Manual tests


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