Skip to content

Conversation

@JkSelf
Copy link
Contributor

@JkSelf JkSelf commented Feb 22, 2020

What changes were proposed in this pull request?

When skewed join optimization split more skewed readers, the plan may be very large and can not be shown in ui quickly. The config spark.sql.adaptive.skewedJoinOptimization.skewedPartitionMaxSplits is to resolve the above ui shown issue. And after PR#27493 combined the skewed readers into one, we not need this config.

Why are the changes needed?

remove the unnecessary config

Does this PR introduce any user-facing change?

No

How was this patch tested?

existing test

@JkSelf
Copy link
Contributor Author

JkSelf commented Feb 22, 2020

@cloud-fan @maryannxue

@SparkQA
Copy link

SparkQA commented Feb 22, 2020

Test build #118808 has finished for PR 27673 at commit 8bbfe24.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan cloud-fan closed this in f4696ba Feb 24, 2020
@cloud-fan
Copy link
Contributor

thanks, merging to master/3.0!

cloud-fan pushed a commit that referenced this pull request Feb 24, 2020
### What changes were proposed in this pull request?
When skewed join optimization split more skewed readers, the plan may be very large and can not be shown in ui quickly. The config `spark.sql.adaptive.skewedJoinOptimization.skewedPartitionMaxSplits`  is to resolve the above ui shown issue. And after [PR#27493](#27493) combined the skewed readers into one, we not need this config.

### Why are the changes needed?
remove the unnecessary config

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
existing test

Closes #27673 from JkSelf/removeMaxSplitNum.

Authored-by: jiake <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit f4696ba)
Signed-off-by: Wenchen Fan <[email protected]>
sjincho pushed a commit to sjincho/spark that referenced this pull request Apr 15, 2020
### What changes were proposed in this pull request?
When skewed join optimization split more skewed readers, the plan may be very large and can not be shown in ui quickly. The config `spark.sql.adaptive.skewedJoinOptimization.skewedPartitionMaxSplits`  is to resolve the above ui shown issue. And after [PR#27493](apache#27493) combined the skewed readers into one, we not need this config.

### Why are the changes needed?
remove the unnecessary config

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
existing test

Closes apache#27673 from JkSelf/removeMaxSplitNum.

Authored-by: jiake <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants