linliu-code opened a new pull request, #10263:
URL: https://github.com/apache/hudi/pull/10263

   Our goal is to add a framework for unit tests at the level of file group 
reading. That is,
   we don't need to involve any engine specific logic during the read, such 
that we could
   
   1. Simplify the test process by providing unified and simple APIs,
   2. Impose more granular read process for testing, and
   3. Improve the test performance since no engine specific logic are involved.
   
   We will add the framework step by step.
   
   ### Change Logs
   
   Steps:
   1. Add a builder class to construct file group reader.
   
   ### Impact
   
   1. Simplify the process to construct file group reader level tests;
   5. Improve the test performance by removing engine specific logic.
   
   ### Risk level (write none, low medium or high below)
   
   None.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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