v.20.3Bug Fix
For INSERT Queries, Shard Clamps Settings to Constraints Instead of Throwing Exceptions
For INSERT queries shard now clamps the settings got from the initiator to the shard's constaints instead of throwing an exception. This fix allows to send INSERT queries to a shard with another constraints. This change improves fix #9447. #9852 (Vitaly Baranov).