Expand description
Reads and parses partition Parquet footers directly from object storage
Functions§
- load_
partition_ metadata - Read and parse a partition’s parquet footer directly from
object_store— the sole partition-metadata read path. Checks and backfills the sharedMetadataCacheparsed-lookaside: on a cache hit this returns immediately, on a miss it reads the footer fromobject_store(which may itself be L1-cache-backed) and stores the parsed result before returning it.