Catalog SDKs expose basic filter expression APIs when fetching the file URIs for reading a particular table, where filters on partition columns can be used to prune the file URIs returned. This can end up eliding a lot of work by the catalog implementations when reading and parsing their metadata files.
Catalog SDKs expose basic filter expression APIs when fetching the file URIs for reading a particular table, where filters on partition columns can be used to prune the file URIs returned. This can end up eliding a lot of work by the catalog implementations when reading and parsing their metadata files.