Slackbot
03/31/2023, 1:24 AMBen Krug
03/31/2023, 1:35 AMIS NULL return something different from = NULL? = NULL should always be false, NULL doesn't = anything, not even NULL.Vijay Narayanan
03/31/2023, 1:36 AMselect JSON_VALUE(event,'$.layer') from "kttm-nested-v2-2019-08-25" where JSON_VALUE(event,'$.layer') is not nullClint Wylie
03/31/2023, 1:46 AM"null" (not null, but the string) described by https://github.com/apache/druid/pull/13714, and i’ve recently discovered another bug with null value filtering when the nested field is mixed types and the value is being coerced to a numeric type (e.g. JSON_VALUE(nested, '$.x' RETURNING BIGINT))Clint Wylie
03/31/2023, 1:46 AMClint Wylie
03/31/2023, 1:48 AMClint Wylie
03/31/2023, 1:49 AMtilak chowdary
03/31/2023, 2:01 AM