Skip to content

Conversation

@yuzelin
Copy link
Contributor

@yuzelin yuzelin commented Jun 20, 2023

Purpose

Linked issue: close #1404

Tests

StaticFromTagStartingScannerTest
BatchFileStoreITCase#testTimeTravelRead
SparkTimeTravelITCase

API and Format

New core option:
scan.tag-name

Documentation

@yuzelin yuzelin force-pushed the travel-tag branch 2 times, most recently from 0a02d1f to 3cfd6fc Compare June 21, 2023 02:22
+ "produces a snapshot specified by \"scan.snapshot-id\" but does not read new changes.");
+ "produces a snapshot specified by \"scan.snapshot-id\" but does not read new changes."),

FROM_TAG(
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we just use from-snapshot?

@@ -69,6 +70,7 @@ public abstract class AbstractFileStoreScan implements FileStoreScan {

private Predicate partitionFilter;
private Long specifiedSnapshotId = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we just remove this specifiedSnapshotId and use specifiedSnapshot?

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 0a3ef2f into apache:master Jun 25, 2023
@yuzelin yuzelin deleted the travel-tag branch June 26, 2023 02:04
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.

[Feature] Support time travel to tag in batch mode

2 participants