You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlutenConfig wrapped the immutable SQLConf instance, this lead to the dynamically modified configurations in interactive scenarios can't apply to runtime.
Take for an example.
beliefer
changed the title
Remove GlutenConfig from ColumnarRuleApplier
GlutenConfig should supports config change at runtime
Oct 28, 2024
beliefer
changed the title
GlutenConfig should supports config change at runtime
GlutenConfig should support runtime configuration changes
Oct 28, 2024
beliefer
changed the title
GlutenConfig should support runtime configuration changes
GlutenConfig should using SQLConf provided by SparkSession first
Mar 11, 2025
Description
GlutenConfig wrapped the immutable SQLConf instance, this lead to the dynamically modified configurations in interactive scenarios can't apply to runtime.
Take for an example.
We should using SQLConf provided by SparkSession first
The text was updated successfully, but these errors were encountered: