v.18.16Improvement
Removed Unnecessary Quoting for Single Column Partition Key in system.parts Table
Removed unnecessary quoting of values for the partition key in the system.parts table if it consists of a single column. #3652Why it matters
This change improves the readability and consistency of partition key values in thesystem.parts system table by avoiding redundant quotation marks for single-column partition keys. It helps users more easily interpret partition information without confusion caused by extra quotes.How to use it
No action is required from users. The change is applied automatically in the system tablesystem.parts when the partition key has a single column.