v.20.3Bug Fix

Fix error related to data compression methods with direct I/O and PREWHERE in ClickHouse

Fix the error Data compressed with different methods that can happen if min_bytes_to_use_direct_io is enabled and PREWHERE is active and using SAMPLE or high number of threads. This fixes #11539. #11540 (alexey-milovidov).