Skip to content

Spark: Add session property for time-travel default timestamp#15193

Open
michalheld wants to merge 1 commit intoapache:mainfrom
michalheld:15163
Open

Spark: Add session property for time-travel default timestamp#15193
michalheld wants to merge 1 commit intoapache:mainfrom
michalheld:15163

Conversation

@michalheld
Copy link

Adds spark.sql.iceberg.read.as-of-timestamp session property to allow setting a default timestamp for time-travel queries across all table reads when no explicit snapshot-id, as-of-timestamp, branch, or tag is specified.

Closes #15163

@michalheld
Copy link
Author

CC: @RussellSpitzer

Adds spark.sql.iceberg.read.as-of-timestamp session property to allow setting a default timestamp for time-travel queries across all table reads when no explicit snapshot-id, as-of-timestamp, branch, or tag is specified.
Copy link
Member

@jzhuge jzhuge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Session-level time-travel

3 participants