steFaiz opened a new pull request, #8030: URL: https://github.com/apache/paimon/pull/8030
### Purpose I'm testing random access of python's blob. Reading 100 0.5MB blobs cost 30s even blob-as-descriptor = true. This is because each blob with open the input stream once. This PR is same as https://github.com/apache/paimon/pull/6989 ### Tests Unit 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]
