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

Automatically enable allow_suspicious_ttl_expressions in restore #100

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Alex-Burmak
Copy link
Member

No description provided.

Comment on lines -318 to -323
if self.ch_version_ge("22.3"):
settings.update(
{
"allow_experimental_object_type": 1,
}
)
Copy link
Member Author

Choose a reason for hiding this comment

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

22.3 is a minimal supporting version. So it's safe to set allow_experimental_object_type unconditionally.

@aalexfvk aalexfvk merged commit 233a121 into main Jan 10, 2024
12 checks passed
@aalexfvk aalexfvk deleted the alex-burmak branch January 10, 2024 11:05
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.

2 participants