Skip to content
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

[SPARK-47965][SQL][FOLLOW-UP] Uses null as its default value for OptionalConfigEntry #46472

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

@HyukjinKwon HyukjinKwon commented May 8, 2024

What changes were proposed in this pull request?

This PR partially reverts #46197 because of the behaviour change below:

>>> spark.conf.get("spark.sql.optimizer.excludedRules")
'<undefined>'

Why are the changes needed?

To avoid behaviour change.

Does this PR introduce any user-facing change?

No, the main change has not been released out yet.

How was this patch tested?

Manually as described above.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the CORE label May 8, 2024
@HyukjinKwon
Copy link
Member Author

I am going to merge this - it's a clean revert.

Merged to master.

JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
…ptionalConfigEntry`

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

This PR partially reverts apache#46197 because of the behaviour change below:

```python
>>> spark.conf.get("spark.sql.optimizer.excludedRules")
'<undefined>'
```

### Why are the changes needed?

To avoid behaviour change.

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

No, the main change has not been released out yet.

### How was this patch tested?

Manually as described above.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#46472 from HyukjinKwon/SPARK-47965-followup.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants