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
The parser currently always returns an int64 because it doesn't know semantics yet, which is what's passed here. So indeed, validation here would be good - currently the factories return ExprFunc but it seems they should actually be ExprFunc, error
The parser currently always returns an
int64
because it doesn't know semantics yet, which is what's passed here. So indeed, validation here would be good - currently the factories returnExprFunc
but it seems they should actually beExprFunc, error
Originally posted by @anuraaga in #9546 (comment)
Functions need to be updated to return
ExprFunc, error
and should validate parameters.The text was updated successfully, but these errors were encountered: