rbc
rbc copied to clipboard
Raise error if try/except/finally blocks are used in a UDF/UDTF
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.
Other statements that rbc does not support: with, match, def, class, async.