Search before asking
Description
When a Spark query on a partitioned non-lake table has a WHERE clause referencing partition columns, the connector shall extracts a partition-only sub-predicate and prune the partition list at planning time.
Partitions that can't match are skipped - no per-partition log or kv-snapshot reads are issued for them.
Willingness to contribute
Search before asking
Description
When a Spark query on a partitioned non-lake table has a
WHEREclause referencing partition columns, the connector shall extracts a partition-only sub-predicate and prune the partition list at planning time.Partitions that can't match are skipped - no per-partition log or kv-snapshot reads are issued for them.
Willingness to contribute