这是indexloc提供的服务,不要输入任何密码
Skip to content

Move getMergeTreeReaderSettings to a static member function #83531

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Ergus
Copy link
Contributor

@Ergus Ergus commented Jul 9, 2025

This is an internal minor change to make the MergeTreeReaderSettings creation a bit more consistent.

This creates a new static function to substitute the getMergeTreeReaderSettings because that creator will be needed in a different location.

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

* src/Storages/MergeTree/MergeTreeIOSettings.{h,cpp} (MergeTreeReaderSettings::Create) : New replacement function
Update all the occurrences
* src/Processors/QueryPlan/ReadFromMergeTree.cpp (getMergeTreeReaderSettings) : Removed function
@Ergus Ergus requested review from ahmadov and rschu1ze July 9, 2025 16:05
Copy link

clickhouse-gh bot commented Jul 9, 2025

Workflow [PR], commit [4351af2]

Summary:
15 failures out of 116 shown:

job_name test_name status info comment
Config Workflow failure
can_be_trusted failure
Dockers Build (amd) dropped
Dockers Build (arm) dropped
Style check dropped
Docs check dropped
Fast test dropped
Build (amd_tidy) dropped
Build (arm_tidy) dropped
Build (amd_debug) dropped
Build (amd_release) dropped
Build (amd_asan) dropped
Build (amd_tsan) dropped
Build (amd_msan) dropped
Build (amd_ubsan) dropped
Build (amd_binary) dropped

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jul 9, 2025
Copy link
Member

@rschu1ze rschu1ze left a comment

Choose a reason for hiding this comment

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

For reference, please also see #73693

@rschu1ze
Copy link
Member

@Ergus Merge from master to resolve merge conflicts, then lets try to merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants