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

Parse error on ESQL CREATE FUNCTION with CLASSLOADER keyword #116

Closed
djshea opened this issue Feb 21, 2020 · 1 comment
Closed

Parse error on ESQL CREATE FUNCTION with CLASSLOADER keyword #116

djshea opened this issue Feb 21, 2020 · 1 comment

Comments

@djshea
Copy link

djshea commented Feb 21, 2020

ESQL CREATE FUNCTION returns parse error if the CLASSLOADER keyword is used.
For example....

CREATE FUNCTION MyFunc( IN param01 CHAR ) RETURNS CHARACTER
LANGUAGE JAVA
EXTERNAL NAME "abc.def.myStuff"
CLASSLOADER "{My_Java_SharedLib}";

will return a parse error pointing to the line with the CLASSLOADER keyword.

@ThomasPohl
Copy link
Member

ThomasPohl commented Feb 29, 2020

Thanks for your bug report. I added a fix and will include it in the next bugfix release. I think you are the first using the plugin to parse classloader settings. Issue #39 exists for 2 years now and no-one was interested in it. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants