v.20.8Backward Incompatible Changes

Extend parallel_distributed_insert_select Setting to Support Local Table Inserts

Extend parallel_distributed_insert_select setting, adding an option to run INSERT into local table. The setting changes type from Bool to UInt64, so the values false and true are no longer supported. If you have these values in server configuration, the server will not start. Please replace them with 0 and 1, respectively. #14060 (Azat Khuzhin).