Skip to content

feat(datafusion): upgrade to DataFusion 53 and use VERSION AS OF#236

Open
JingsongLi wants to merge 1 commit intoapache:mainfrom
JingsongLi:databricks
Open

feat(datafusion): upgrade to DataFusion 53 and use VERSION AS OF#236
JingsongLi wants to merge 1 commit intoapache:mainfrom
JingsongLi:databricks

Conversation

@JingsongLi
Copy link
Copy Markdown
Contributor

Purpose

Upgrade DataFusion from 52.3 to 53.0 (arrow/parquet 57→58, sqlparser 0.59→0.61, orc-rust 0.7→0.8, pyo3 0.26→0.28) and replace the old FOR SYSTEM_TIME AS OF time travel syntax with the new VERSION AS OF and TIMESTAMP AS OF syntax supported by sqlparser 0.61.

Introduce scan.version option to unify snapshot id and tag name resolution: at scan time, the version value is resolved by first checking if a tag with that name exists, then trying to parse it as a snapshot id, otherwise returning an error. Remove the now-redundant scan.snapshot-id and scan.tag-name options.

Brief change log

Tests

API and Format

Documentation

…E AS OF with VERSION AS OF

Upgrade DataFusion from 52.3 to 53.0 (arrow/parquet 57→58, sqlparser 0.59→0.61,
orc-rust 0.7→0.8, pyo3 0.26→0.28) and replace the old `FOR SYSTEM_TIME AS OF`
time travel syntax with the new `VERSION AS OF` and `TIMESTAMP AS OF` syntax
supported by sqlparser 0.61.

Introduce `scan.version` option to unify snapshot id and tag name resolution:
at scan time, the version value is resolved by first checking if a tag with
that name exists, then trying to parse it as a snapshot id, otherwise returning
an error. Remove the now-redundant `scan.snapshot-id` and `scan.tag-name` options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant