[GLUTEN-1433] [VL] Add validation tests for CurrentTimestamp (foldable)#11656
Open
Mariamalmesfer wants to merge 1 commit intoapache:mainfrom
Open
[GLUTEN-1433] [VL] Add validation tests for CurrentTimestamp (foldable)#11656Mariamalmesfer wants to merge 1 commit intoapache:mainfrom
Mariamalmesfer wants to merge 1 commit intoapache:mainfrom
Conversation
d50e294 to
7401292
Compare
a6b9d73 to
0029a43
Compare
983aacb to
ae8d6e3
Compare
74fd232 to
fd6625d
Compare
fd6625d to
0e24929
Compare
0e24929 to
3f867f2
Compare
3f867f2 to
d8dfc8e
Compare
d8dfc8e to
8394158
Compare
129bb79 to
72731c0
Compare
5acf967 to
6b55a95
Compare
6b55a95 to
c7bcddc
Compare
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.
This PR adds validation tests for
CurrentTimestampas part of #1433.CurrentTimestampis a foldable expression and is computed by Spark during query planning.The added tests verify that:
This confirms that
CurrentTimestampis supported on the Velox backend.Closes part of #1433