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

Scope SQLConf of session.active #1924

Closed
wants to merge 1 commit into from

Conversation

zml1206
Copy link

@zml1206 zml1206 commented Jun 28, 2023

What changes were proposed in this pull request?

Set activeSession before each script execution. Because spark functions.expr use SQLConf of activeSession.
Refer to SPARK-44206, all SparkSession dataset methods already covered by withActive, but functions still only use SQLConf of active SparkSession.

How was this patch tested?

Refer to SPARK-44206

Are there and DOC need to update?

Unnecessary

Spark Core Compatibility

@zml1206 zml1206 closed this Sep 13, 2024
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.

1 participant