v.20.5Bug Fix
Fix error with data compression when using direct IO and PREWHERE
Fix the errorData compressed with different methodsthat can happen ifmin_bytes_to_use_direct_iois enabled and PREWHERE is active and using SAMPLE or high number of threads. This fixes #11539. #11540 (alexey-milovidov).