v.25.3Bug Fix (user-visible misbehavior in an official stable release)
Fix data loss
Official CH changelog text
Fix data loss when enable async insert and insert into ... from file ... with unequal block size if the first block size < async_max_size but the second block > async_max_size, the second block will not be inserted. these data is left in squashing. #76343 (Han Fei).