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

[GLUTEN-8926][CH] MergeTree Parameter Configuration Optimization to Prevent Multithreading Competition for activeSession Being None #8927

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

gleonSun
Copy link
Contributor

@gleonSun gleonSun commented Mar 7, 2025

What changes were proposed in this pull request?

The method for obtaining parameters needs to be adjusted: when activeSession is None, retrieve defaultSession, or throw a more explicit exception.Spark provides this approach, accessible directly via SparkSession.active.

(Fixes: #8926)

…revent Multithreading Competition for activeSession Being None
Copy link

github-actions bot commented Mar 7, 2025

#8926

Copy link

github-actions bot commented Mar 7, 2025

Run Gluten Clickhouse CI on x86

@baibaichen baibaichen merged commit 5170be1 into apache:main Mar 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants