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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am running into type-coercion errors and am probably going to be adding more hacks to the existing implementation but would like to start tracking the work we need to do to improve the type-coercion logic as well as the various open issues that are related to type-coercion.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am running into type-coercion errors and am probably going to be adding more hacks to the existing implementation but would like to start tracking the work we need to do to improve the type-coercion logic as well as the various open issues that are related to type-coercion.
Examples of issues:
round
function with two arguments #2420between
with NULL literals does not work: can't be evaluated because there isn't a common type to coerce the types to #1193-
(negation) with NULL literals does not work: can't be evaluated because the expression's type is Utf8, not signed #1192NULL
literals #185sum
#2447The text was updated successfully, but these errors were encountered: