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

Fix typo of update_lag #35089

Merged
merged 1 commit into from
Mar 7, 2022
Merged

Conversation

1lann
Copy link
Contributor

@1lann 1lann commented Mar 7, 2022

In external dictionary providers, the allowed keys for configuration seemed to have a typo
of "update_lag" as "update_tag", preventing the use of "update_lag". This change fixes that.

Changelog category (leave one):

  • Bug Fix (user-visible misbehaviour in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed the "update_lag" external dictionary configuration option being unusable with the error message Unexpected key `update_lag` in dictionary source configuration

In external dictionary providers, the allowed keys for configuration seemed to have a typo
of "update_lag" as "update_tag", preventing the use of "update_lag". This change fixes that.
@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Mar 7, 2022
@CLAassistant
Copy link

CLAassistant commented Mar 7, 2022

CLA assistant check
All committers have signed the CLA.

@vdimir vdimir added the can be tested Allows running workflows for external contributors label Mar 7, 2022
@vdimir
Copy link
Member

vdimir commented Mar 7, 2022

Maybe we should keep existing name as well to be backward compatible

@kitaisreal kitaisreal self-assigned this Mar 7, 2022
@kitaisreal kitaisreal added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Mar 7, 2022
@kitaisreal
Copy link
Contributor

@vdimir it is not about setting name. Previously we added check that only allow some specific tags to be presented in dictionary configuration.
This fix need to be merged and back ported.
Additionally we need to double check other tags.

@kitaisreal kitaisreal merged commit 2f93610 into ClickHouse:master Mar 7, 2022
robot-clickhouse pushed a commit that referenced this pull request Mar 8, 2022
robot-clickhouse pushed a commit that referenced this pull request Mar 8, 2022
kitaisreal added a commit that referenced this pull request Mar 8, 2022
Backport #35089 to 22.1: Fix typo of update_lag
kitaisreal added a commit that referenced this pull request Mar 8, 2022
Backport #35089 to 22.2: Fix typo of update_lag
@Felixoid Felixoid added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants