Skip to content

Comments

[SPARK-37540][SQL] Detect more unsupported time travel#34802

Closed
cloud-fan wants to merge 1 commit intoapache:masterfrom
cloud-fan:timetravel
Closed

[SPARK-37540][SQL] Detect more unsupported time travel#34802
cloud-fan wants to merge 1 commit intoapache:masterfrom
cloud-fan:timetravel

Conversation

@cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

This PR detects unsupported time travel in more places:

  1. path-based tables (parquet.`/path` VERSION AS OF ...)
  2. CTE subqueris (WITH t ... FROM t VERSION AS OF)

Why are the changes needed?

better error message

Does this PR introduce any user-facing change?

This feature is not released yet.

How was this patch tested?

new tests

@github-actions github-actions bot added the SQL label Dec 3, 2021
@cloud-fan
Copy link
Contributor Author

cc @huaxingao

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50385/

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50385/

@SparkQA
Copy link

SparkQA commented Dec 3, 2021

Test build #145910 has finished for PR 34802 at commit 6977325.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor Author

thanks for the review, merging to master!

@cloud-fan cloud-fan closed this in 66b256e Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants