v.21.11Performance Improvements
Add Pushdown Support for IS NULL/IS NOT NULL in External Databases
Add support for pushdown ofIS NULL/IS NOT NULLto external databases (i.e. MySQL). #29463 (Azat Khuzhin). TransformisNull/isNotNulltoIS NULL/IS NOT NULL(for external dbs, i.e. MySQL). #29446 (Azat Khuzhin).