Description
The SQL queries which has following conditional functions are not supported in Spark SQL.
CASE a WHEN b THEN c [WHEN d THEN e]* [ELSE f] END CASE WHEN a THEN b [WHEN c THEN d]* [ELSE e] END
The same functions can work in Spark HiveQL.
Attachments
Issue Links
- relates to
-
SPARK-8636 CaseKeyWhen has incorrect NULL handling
- Resolved
- links to