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
Currently we consider all UDFs as non-determinstic. This prevents engine from being able to push down predicates which can be resolved at query compile time. Presto/Hive/Spark allows UDFs to declare if they are deterministic. We should also provide something similar in our API.
The text was updated successfully, but these errors were encountered:
Currently we consider all UDFs as non-determinstic. This prevents engine from being able to push down predicates which can be resolved at query compile time. Presto/Hive/Spark allows UDFs to declare if they are deterministic. We should also provide something similar in our API.
The text was updated successfully, but these errors were encountered: