You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some builtin functions could not be translated to Spark builtin functions correctly due to they have different function names (signatures). For example:
PPL function name
Spark function name
ADD
+
SUBTRACT
-
MULTIPLY
*
DIVIDE
/
MODULUS
%
ADDDATE
DATE_ADD
CONVERT_TZ
CONVERT_TIMEZONE
DAY_OF_MONTH
DAYOFMONTH
UTC_TIMESTAMP
TO_UTC_TIMESTAMP
IS_NULL
ISNULL
IS_NOT_NULL
ISNOTNULL
The text was updated successfully, but these errors were encountered:
Some builtin functions could not be translated to Spark builtin functions correctly due to they have different function names (signatures). For example:
The text was updated successfully, but these errors were encountered: