v.23.2Bug Fix
Fix PREWHERE Handling in Merge for Different Default Column Types
Fix PREWHERE for Merge with different default types (fixes someNOT_FOUND_COLUMN_IN_BLOCKwhen the default type for the column differs, also allowPREWHEREwhen the type of column is the same across tables, and prohibit it, only if it differs). #46454 (Azat Khuzhin).