Skip to content

Conversation

@maropu
Copy link
Member

@maropu maropu commented Mar 23, 2021

What changes were proposed in this pull request?

SPARK-34083 (#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.

Why are the changes needed?

Bugfix.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

N/A

@maropu
Copy link
Member Author

maropu commented Mar 23, 2021

cc: @yaooqinn @dongjoon-hyun @cloud-fan

Copy link
Member

@yaooqinn yaooqinn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch~ lgtm

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@SparkQA
Copy link

SparkQA commented Mar 23, 2021

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

@github-actions github-actions bot added the SQL label Mar 23, 2021
@SparkQA
Copy link

SparkQA commented Mar 23, 2021

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

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-34083][SQL][FOLLOWUP] Corrects the type of date_dim.d_quarter_name in the TPCDS schema [SPARK-34842][SQL][TESTS] Corrects the type of date_dim.d_quarter_name in the TPCDS schema Mar 23, 2021
dongjoon-hyun pushed a commit that referenced this pull request Mar 23, 2021
…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]>
@dongjoon-hyun
Copy link
Member

Thank you, @maropu and all. Merged to master/3.1.

@SparkQA
Copy link

SparkQA commented Mar 23, 2021

Test build #136402 has finished for PR 31943 at commit a7dbbc3.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@maropu
Copy link
Member Author

maropu commented Mar 23, 2021

Thanks, @dongjoon-hyun and all!

flyrain pushed a commit to flyrain/spark that referenced this pull request Sep 21, 2021
…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]>
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.

7 participants