After upgrading to version 32, where the druid.generic.useDefaultValueForNull=true feature is deprecated, we’re getting incorrect results when executing SQL queries using CASE. The query is supposed ...
SUM(CASE WHEN Customer_ID IS NULL THEN 1 ELSE 0 END) AS Customer_ID_Null_Count, SUM(CASE WHEN Gender IS NULL THEN 1 ELSE 0 END) AS Gender_Null_Count, SUM(CASE WHEN Age IS NULL THEN 1 ELSE 0 END) AS ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results