discivigour opened a new pull request, #8489:
URL: https://github.com/apache/paimon/pull/8489

   ### Purpose
   
   Fix Blob.from_bytes use wrong FileIO.
   
   This PR adds an optional `uri_reader_factory` argument:
     - when `uri_reader_factory` is provided, descriptor reads use 
`uri_reader_factory.create(descriptor.uri)`;
     - when `uri_reader_factory` is `None`, descriptor reads use 
`UriReader.from_file(file_io)`.
   ### Tests
   - test_from_bytes_descriptor_uses_explicit_uri_reader_factory
   


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