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
Other statements that rbc does not support: with, match, def, class, async.
guilhermeleobas
changed the title
Raise error if try/catch/finally blocks are used in a UDF/UDTF
Raise error if try/except/finally blocks are used in a UDF/UDTF
Nov 29, 2021
As title. Since RBC don't support this kind of feature, one should raise an error if the user tries to write a function using one of those.
The text was updated successfully, but these errors were encountered: