-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-34842][SQL][TESTS] Corrects the type of date_dim.d_quarter_name in the TPCDS schema
#31943
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
yaooqinn
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.
nice catch~ lgtm
dongjoon-hyun
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.
+1, LGTM.
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
date_dim.d_quarter_name in the TPCDS schemadate_dim.d_quarter_name in the TPCDS schema
…me` in the TPCDS schema ### What changes were proposed in this pull request? SPARK-34842 (#31012) has a typo in the type of `date_dim.d_quarter_name` in the TPCDS schema (`TPCDSBase`). This PR replace `CHAR(1)` with `CHAR(6)`. This fix comes from p28 in [the TPCDS official doc](http://www.tpc.org/tpc_documents_current_versions/pdf/tpc-ds_v2.9.0.pdf). ### Why are the changes needed? Bugfix. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes #31943 from maropu/SPARK-34083-FOLLOWUP. Authored-by: Takeshi Yamamuro <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 0494dc9) Signed-off-by: Dongjoon Hyun <[email protected]>
|
Thank you, @maropu and all. Merged to master/3.1. |
|
Test build #136402 has finished for PR 31943 at commit
|
|
Thanks, @dongjoon-hyun and all! |
…me` in the TPCDS schema ### What changes were proposed in this pull request? SPARK-34842 (apache#31012) has a typo in the type of `date_dim.d_quarter_name` in the TPCDS schema (`TPCDSBase`). This PR replace `CHAR(1)` with `CHAR(6)`. This fix comes from p28 in [the TPCDS official doc](http://www.tpc.org/tpc_documents_current_versions/pdf/tpc-ds_v2.9.0.pdf). ### Why are the changes needed? Bugfix. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes apache#31943 from maropu/SPARK-34083-FOLLOWUP. Authored-by: Takeshi Yamamuro <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 0494dc9) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
SPARK-34083 (#31012) has a typo in the type of
date_dim.d_quarter_namein the TPCDS schema (TPCDSBase). This PR replaceCHAR(1)withCHAR(6). This fix comes from p28 in the TPCDS official doc.Why are the changes needed?
Bugfix.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A