Skip to content

Core Spark: Pushdown cast into iceberg#16262

Open
daijy wants to merge 3 commits intoapache:mainfrom
daijy:cast1
Open

Core Spark: Pushdown cast into iceberg#16262
daijy wants to merge 3 commits intoapache:mainfrom
daijy:cast1

Conversation

@daijy
Copy link
Copy Markdown

@daijy daijy commented May 9, 2026

Currently, Spark cannot push cast predicates down to Iceberg. For example, the following query performs a full scan:
SELECT * FROM orders WHERE to_date(date_key) = '2026-04-26' -- date_key is a string partition column;
This is a regression compared with Parquet tables, where Spark can push down this predicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants