Skip to content

Share cached ParquetMetaData between readers of the same pool

vlorentz requested to merge share-cached-metadata into main

This avoids making memory use unbounded when processing concurrent requests to the same file.

Merge request reports