-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-33898][SQL][FOLLOWUP] Unify the v2 behavior with v1 for SHOW CREATE TABLE command
#34773
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
Conversation
|
At now. There is a issue left that when use v2 command |
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #145838 has finished for PR 34773 at commit
|
| } | ||
|
|
||
| builder ++= "TBLPROPERTIES" | ||
| builder ++= "TBLPROPERTIES " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change related to Fix the behavior different with v1 command that about the TBLPROPERTIES?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. Rright. Thank you for your review.
LuciferYang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (non-binding)
|
thanks, merging to master! |
You are right. I think we should fix |
…e.propertie to adapt to V2 command ### What changes were proposed in this pull request? Add V2 table build-in properties into V1Table.properties to adapt to V2 command. ### Why are the changes needed? [#discuss](#34773 (comment)) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Add ut testcase and existed ut testcase. Closes #35131 from Peng-Lei/SPARK-37827. Authored-by: PengLei <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
…e.propertie to adapt to V2 command ### What changes were proposed in this pull request? Add V2 table build-in properties into V1Table.properties to adapt to V2 command. ### Why are the changes needed? [#discuss](apache#34773 (comment)) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Add ut testcase and existed ut testcase. Closes apache#35131 from Peng-Lei/SPARK-37827. Authored-by: PengLei <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
…V1Table.propertie to adapt to V2 command ### What changes were proposed in this pull request? Add V2 table build-in properties into V1Table.properties to adapt to V2 command. ### Why are the changes needed? [#discuss](apache/spark#34773 (comment)) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Add ut testcase and existed ut testcase. Authored-by: PengLei <[email protected]> (cherry picked from commit d7d31d0606170847721e5c604ea7993fb202596f) Author: PengLei <[email protected]> Author: Bricks Bot <[email protected]> Author: Wenchen Fan <[email protected]> Author: Wenchen Fan <[email protected]> Author: Max Gekk <[email protected]> #33239 is resolved by bricks-bot/cherry-pick-master-d7d31d0606170847721e5c604ea7993fb202596f. GitOrigin-RevId: 361704dc1813dd13025e76ce123b466844095977
What changes were proposed in this pull request?
SHOW CREATE TABLE w/ char/varchartoCharVarcharDDLTestBaseTBLPROPERTIESWhy are the changes needed?
Before the #PR merge. We should handle some different behavior or bugs between v1 and v2 command.
Does this PR introduce any user-facing change?
No
How was this patch tested?
existed test case.