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-7356][CORE] Make GlutenConfig.GLUTEN_CONFIG_PREFIX private #7357

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

baibaichen
Copy link
Contributor

What changes were proposed in this pull request?

After #7265 and #7279, we can make GlutenConfig.GLUTEN_CONFIG_PREFIX private to force use GlutenConfig.prefixOf()

In Clickhouse backend, please use CHConf.prefixOf(), CHConf.runtimeConfig() and CHConf.runtimeSettings(), I also remove CHBackend.BACKEND_NAME and use Backend.get().name() per #7265

(Fixes: #7356)

How was this patch tested?

Using existed UTs.

@github-actions github-actions bot added CORE works for Gluten Core RSS CLICKHOUSE labels Sep 26, 2024
Copy link

#7356

Copy link

Run Gluten Clickhouse CI

@baibaichen baibaichen merged commit 50430eb into apache:main Sep 26, 2024
44 checks passed
@baibaichen baibaichen deleted the feature/use_prefixof_only branch September 26, 2024 06:47
sharkdtu pushed a commit to sharkdtu/gluten that referenced this pull request Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLICKHOUSE CORE works for Gluten Core RSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make GlutenConfig.GLUTEN_CONFIG_PREFIX private
2 participants