Skip to content

chore(types): add missing allow_experimental_join_condition to ClickHouseServerSettings#430

Merged
slvrtrn merged 1 commit intoClickHouse:mainfrom
looskie:main
Jun 24, 2025
Merged

chore(types): add missing allow_experimental_join_condition to ClickHouseServerSettings#430
slvrtrn merged 1 commit intoClickHouse:mainfrom
looskie:main

Conversation

@looskie
Copy link
Copy Markdown
Contributor

@looskie looskie commented Jun 13, 2025

Summary

Adds allow_experimental_join_condition to ClickHouseServerSettings for better intellisense.

Checklist

  • A human-readable description of the changes was provided to include in CHANGELOG

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 13, 2025

CLA assistant check
All committers have signed the CLA.

@slvrtrn slvrtrn merged commit c7722f7 into ClickHouse:main Jun 24, 2025
22 of 26 checks passed
@slvrtrn
Copy link
Copy Markdown
Contributor

slvrtrn commented Jun 24, 2025

Thanks for your contribution. I'll release this eventually; for now, as the settings allows for an arbitrary string as a key (via the Record<string, number | string | boolean | SettingsMap | undefined> type variant), you could for the time being use

{
  'allow_experimental_join_condition': 1,
}

as a workaround.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants