v.22.1Bug Fix
Fix optimize_read_in_order for Distributed and Merge table engines with monotonous sorting keys
Fixoptimize_read_in_orderoptimization in case when table engine isDistributedorMergeand its underlyingMergeTreetables have monotonous function in prefix of sorting key. #32670 (Anton Popov).