v.20.8Backward Incompatible Changes
Extend parallel_distributed_insert_select Setting to Support Local Table Inserts
Extendparallel_distributed_insert_selectsetting, adding an option to runINSERTinto local table. The setting changes type fromBooltoUInt64, so the valuesfalseandtrueare no longer supported. If you have these values in server configuration, the server will not start. Please replace them with0and1, respectively. #14060 (Azat Khuzhin).