Skip to content

Conversation

@maropu
Copy link
Member

@maropu maropu commented Mar 12, 2021

What changes were proposed in this pull request?

This PR intends to remove unnecessary SQLConf.withExistingConf in CastSuite; since we've remove ParVector in #31775, we no longer need to copy SQL configs into each thread env.

This PR is a backport of #31785.

Why are the changes needed?

Clean up the code.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Run the existing tests.

@github-actions github-actions bot added the SQL label Mar 12, 2021
@maropu
Copy link
Member Author

maropu commented Mar 12, 2021

cc: @dongjoon-hyun

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 (Pending CIs). Thank you.

@dongjoon-hyun
Copy link
Member

This is a test-only PR and I verified the test suite manually.
Merged to branch-3.1.

dongjoon-hyun pushed a commit that referenced this pull request Mar 12, 2021
…onf in CastSuite

### What changes were proposed in this pull request?

This PR intends to remove unnecessary `SQLConf.withExistingConf` in `CastSuite`; since we've remove `ParVector ` in #31775, we no longer need to copy SQL configs into each thread env.

This PR is a backport of #31785.

### Why are the changes needed?

Clean up the code.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Run the existing tests.

Closes #31813 from maropu/SPARK-33498-BRANCH3.1.

Authored-by: Takeshi Yamamuro <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@AmplabJenkins
Copy link

Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/135986/

@AmplabJenkins
Copy link

Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/40570/

@maropu
Copy link
Member Author

maropu commented Mar 12, 2021

Thanks, @dongjoon-hyun @HyukjinKwon ~

flyrain pushed a commit to flyrain/spark that referenced this pull request Sep 21, 2021
…onf in CastSuite

### What changes were proposed in this pull request?

This PR intends to remove unnecessary `SQLConf.withExistingConf` in `CastSuite`; since we've remove `ParVector ` in apache#31775, we no longer need to copy SQL configs into each thread env.

This PR is a backport of apache#31785.

### Why are the changes needed?

Clean up the code.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Run the existing tests.

Closes apache#31813 from maropu/SPARK-33498-BRANCH3.1.

Authored-by: Takeshi Yamamuro <[email protected]>
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.

4 participants