Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
guilhermeleobas opened this issue Nov 29, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@guilhermeleobas
Copy link
Contributor

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 guilhermeleobas added the enhancement New feature or request label Nov 29, 2021
@pearu
Copy link
Contributor

pearu commented Nov 29, 2021

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

@guilhermeleobas 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants