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

   ## Description
   
   <!--- Describe your changes in detail -->
   Implements a new API that allows reading a file slice by providing a base 
file path and a list of log file paths.
   
   existing 2 options to read file slices:
   - `read_file_slice_by_base_file_path`: base file only (no log files)
   - `read_file_slice`: requires pre-built `FileSlice` object (automatic log 
discovery)
   
   This new `read_file_slice_from_paths` API allows users to manually specify 
which log files to include with a base file.
   
   <!--- If it fixes an open issue, please link to the issue here. -->
   closes #402 
   <!--- Please link any related issues and PRs as well. -->
   
   ## How are the changes test-covered
   
   - [ ] N/A
   - [x] 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]

Reply via email to