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
We have added a few new functions to the common part recently.
We need to check if some dialects could support them. The list of the new function capabilities to check:
FN_BIT_LROTATE -> missing in Hive
FN_BIT_RROTATE -> missing in Hive
FN_BIT_LSHIFT -> added
FN_BIT_RSHIFT -> added
FN_FROM_POSIX_TIME -> missing in Hive
FN_HOUR -> added
FN_INITCAP -> added
FN_AGG_EVERY -> missing in Hive
FN_AGG_SOME -> missing in Hive
FN_AGG_MUL_DISTINCT -> missing in Hive
FN_PRED_IS_JSON -> missing in Hive
FN_PRED_IS_NOT_JSON -> missing in Hive
FN_HASHTYPE_MD5 -> missing in Hive
FN_HASHTYPE_SHA1 -> missing in Hive
FN_HASHTYPE_SHA256 -> missing in Hive
FN_HASHTYPE_SHA512 -> missing in Hive
FN_HASHTYPE_TIGER -> missing in Hive
FN_AGG_MUL -> missing in Hive
FN_JSON_VALUE -> is not fully supported in Hive (no ON EMPTY and ON ERROR clauses), so I've decided not to add it
FN_MIN_SCALE -> missing in Hive
FN_AGG_LISTAGG -> missing in Hive
FN_AGG_LISTAGG_DISTINCT -> missing in Hive
FN_AGG_LISTAGG_SEPARATOR -> missing in Hive
FN_AGG_LISTAGG_ON_OVERFLOW_ERROR -> missing in Hive
FN_AGG_LISTAGG_ON_OVERFLOW_TRUNCATE -> missing in Hive
FN_AGG_LISTAGG_ORDER_BY -> missing in Hive
FN_AGG_COUNT_TUPLE -> added
The text was updated successfully, but these errors were encountered:
Situation
We have added a few new functions to the common part recently.
We need to check if some dialects could support them. The list of the new function capabilities to check:
The text was updated successfully, but these errors were encountered: