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
I have searched the EvaDB issues and found no similar bug report.
Bug
While creating a custom UDF, the parameters passed along with it are being ignored.
For instance, if CREATE UDF <name> IMPL <path> '<option1>' '<param1>'; is executed, the EvaDB does not assign option1 as param1, but goes with the default value.
Thanks!
Environment
EvADB: staging branch
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Bug
While creating a custom UDF, the parameters passed along with it are being ignored.
For instance, if
CREATE UDF <name> IMPL <path> '<option1>' '<param1>';
is executed, the EvaDB does not assignoption1
asparam1
, but goes with the default value.Thanks!
Environment
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: