v.21.10Bug Fixes
Fix Null Value Handling in JSONExtract for Nullable(String) Type
Fix handling null value with type ofNullable(String)in functionJSONExtract. This fixes #27929 and #27930. This was introduced in https://github.com/ClickHouse/ClickHouse/pull/25452 . #27939 (Amos Bird).