v.21.11Bug Fixes
Fix MergeTree Reading with max_read_buffer_size = 0 to Prevent Exceptions and Data Loss
Fix reading fromMergeTreewithmax_read_buffer_size = 0(when the user wants to shoot himself in the foot) (can lead to exceptionsCan't adjust last granule,LOGICAL_ERROR, or even data loss). #30192 (Azat Khuzhin).