Skip to content

[MINOR] Use GlutenCoreConfig API in GlobalOffHeapMemoryTarget#mode - #12764

Open
changfan2757 wants to merge 1 commit into
apache:mainfrom
changfan2757:minor/use-gluten-core-config-api
Open

[MINOR] Use GlutenCoreConfig API in GlobalOffHeapMemoryTarget#mode#12764
changfan2757 wants to merge 1 commit into
apache:mainfrom
changfan2757:minor/use-gluten-core-config-api

Conversation

@changfan2757

Copy link
Copy Markdown

Description:

What changes were proposed in this pull request?

Simplify GlobalOffHeapMemoryTarget#mode by using GlutenCoreConfig.get.dynamicOffHeapSizingEnabled
instead of manually reading the config key via SparkEnv.get.conf.getBoolean(...).

Why are the changes needed?

GlutenCoreConfig already provides a type-safe accessor for this config with
the default value defined in one place. Using the raw key duplicates the default
value and bypasses the existing abstraction.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing tests. No behavior change.

@github-actions github-actions Bot added the CORE works for Gluten Core label Aug 13, 2026
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@changfan2757

Copy link
Copy Markdown
Author

Hi @zhouyuan, this PR updates the ClickHouse CI workflow / x86 CI configuration.
Could you please help review it when you have time? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants