JingsongLi opened a new pull request, #7699:
URL: https://github.com/apache/paimon/pull/7699
### Purpose
Introduce a CachingFileIO wrapper that transparently caches remote file
reads at block granularity on local disk. Files are classified by FileType
(ported from Java) and only META, GLOBAL_INDEX, BUCKET_INDEX types are cached;
DATA and FILE_INDEX are read directly.
Enable via table.copy({"file-cache.enabled": "true"}).
### 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]