Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support timestamp in table query request in oss delta sharing server #186

Merged
merged 2 commits into from Sep 23, 2022

Conversation

linzhou-db
Copy link
Collaborator

Support timestamp in table query request in oss delta sharing server, only one of timestamp and version is supported, and they are only supported when cdfEnabled is true.

throw new DeltaSharingIllegalArgumentException("Reading table by version is not supported" +
s" because change data feed is not enabled on table: $share.$schema.$table")
throw new DeltaSharingIllegalArgumentException("Reading table by version or timestamp is" +
" not supported because change data feed is not enabled on table: " +
Copy link
Collaborator

Choose a reason for hiding this comment

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

Question: With streaming, we will allow time travel queries even if cdf is not enabled... right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. We'll have another field to guard this, pending on the decision about default behavior change.

@linzhou-db linzhou-db merged commit 2700dad into main Sep 23, 2022
@linzhou-db linzhou-db deleted the SC-110418 branch February 16, 2023 18:22
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.

None yet

2 participants