v.22.3Bug Fix
Fix Assertion Error in Compression with Small max_read_buffer_size Settings
Fix possibleAssertion 'position() != working_buffer.end()' failedwhile using bzip2 compression with smallmax_read_buffer_sizesetting value. The bug was found in https://github.com/ClickHouse/ClickHouse/pull/35047. #35300 (Kruglov Pavel). While using lz4 compression with a small max_read_buffer_size setting value. #35296 (Kruglov Pavel). While using lzma compression with smallmax_read_buffer_sizesetting value. #35295 (Kruglov Pavel). While usingbrotlicompression with a smallmax_read_buffer_sizesetting value. The bug was found in https://github.com/ClickHouse/ClickHouse/pull/35047. #35281 (Kruglov Pavel).