[HUDI-8110] Throw an error for time travel query on MDT#11819
Closed
lokeshj1703 wants to merge 2 commits intoapache:masterfrom
Closed
[HUDI-8110] Throw an error for time travel query on MDT#11819lokeshj1703 wants to merge 2 commits intoapache:masterfrom
lokeshj1703 wants to merge 2 commits intoapache:masterfrom
Conversation
CTTY
reviewed
Aug 23, 2024
Contributor
CTTY
left a comment
There was a problem hiding this comment.
Hi @lokeshj1703 ,
Thanks for contributing!
The changes look fine to me but was curious if there is any specific case that users or Hudi components may run time travel queries on MDT?
Collaborator
Collaborator
Author
|
@CTTY I think the time travel queries on MDT should be executed mainly for debugging purposes. The hudi components do not use time travel query on MDT. |
Contributor
|
We have the fix now, so closing this one. |
Contributor
|
The fix to time travel query on MDT: #11860 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Logs
Spark datasource read on MDT (spark.read.format("hudi").option("as.of.instant", ..).load(mdt_base_path)) should throw an error indicating that this is not supported.
Impact
NA
Risk level (write none, low medium or high below)
low
Documentation Update
NA
Contributor's checklist