rbc icon indicating copy to clipboard operation
rbc copied to clipboard

Raise error if try/except/finally blocks are used in a UDF/UDTF

Open guilhermeleobas opened this issue 4 years ago • 1 comments

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.

guilhermeleobas avatar Nov 29 '21 16:11 guilhermeleobas

Other statements that rbc does not support: with, match, def, class, async.

pearu avatar Nov 29 '21 16:11 pearu