v.24.6Improvement
Remove Importance of allow_experimental_join_condition Mark to Enable Distributed Queries
Remove mark of allow_experimental_join_condition as important. This mark may have prevented distributed queries in a mixed versions cluster from being executed successfully. #65008 (Nikita Mikhaylov).Why it matters
Previously, the importance mark onallow_experimental_join_condition could prevent distributed queries from executing successfully in clusters running different ClickHouse versions. Removing this mark resolves that issue, enhancing cluster stability and query reliability.How to use it
No user action is required. The change removes the 'important' mark from theallow_experimental_join_condition setting internally to allow distributed queries to run smoothly in mixed-version clusters.