v.23.7Improvement
Fix Not Found Column Error in ClickHouse Reading In-Order and Constants
Fix #50582. Avoid the Not found column ... in block error in some cases of reading in-order and constants. #52259 (Chen768959).Why it matters
This fix addresses the issue where reading data in an in-order manner combined with constant columns caused ClickHouse to throw aNot found column error. It improves query stability and correctness by ensuring columns are properly handled during this type of read operation.