v.25.5Bug Fix (user-visible misbehavior in an official stable release)

Throw an exception when the parquet batch

Throw an exception when the parquet batch size is set to 0. Previously when output_format_parquet_batch_size = 0 ClickHouse would hang. Now this behavior is fixed. #78991 (daryawessely).