v.21.10Improvements
Check Cluster Name Validation for Distributed Table Creation
Check cluster name before creating Distributed table, do not allow to create a table with incorrect cluster name. Fixes #27832. #27927 (tavplubix).Why it matters
This feature addresses the issue whereDistributed tables could be created with invalid cluster names, which could cause misconfigurations and runtime errors. By enforcing cluster name validation, it ensures data consistency and reliable table distribution across the cluster.How to use it
When creating aDistributed table, specify a valid cluster name. The system will automatically validate the cluster name and reject the creation if the cluster name is incorrect, requiring correction before the table can be created.