v.20.10Improvement
Fixed settings constraint violation in SELECT with distributed tables
Fixed excessive settings constraint violation when running SELECT with SETTINGS from a distributed table. #14876 (Amos Bird).
Why it matters
This fix addresses the problem of unnecessary and excessive constraint violations triggered by user settings when executing queries on distributed tables. It improves stability and usability by allowing queries withSETTINGS clauses to run correctly on distributed tables without being blocked by overly strict constraint checks.How to use it
Users can runSELECT queries with the SETTINGS clause on distributed tables as usual without encountering unwarranted settings constraint errors. No additional configuration is required.