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-8795][CH] Support to use oss with gluten #8796

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

yxheartipp
Copy link
Contributor

What changes were proposed in this pull request?

Allow users to pass parameters to determine whether to use virtual addressing or not.

(Fixes: #8795)

How was this patch tested?

self test with UT

Copy link

#8795

Copy link

Run Gluten Clickhouse CI on x86

const DB::Settings & global_settings = context->getGlobalContext()->getSettingsRef();
const DB::Settings & local_settings = context->getSettingsRef();
std::transform(use_virtual_addressing.begin(), use_virtual_addressing.end(), use_virtual_addressing.begin(), ::tolower);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use boost toLower

Copy link

Run Gluten Clickhouse CI on x86

@baibaichen baibaichen merged commit 0c5f1f5 into apache:main Feb 21, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] Support gluten to use aliyun oss
2 participants