-
Notifications
You must be signed in to change notification settings - Fork 265
Fix UDF referencing #1004
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
Fix UDF referencing #1004
Conversation
Hi @americast, thanks for submitting the PR. It will be great if you can add a testcase for this to prevent it happening again. Thanks! Also we need to check if this change will exsiting UDFs. |
I was looking at the test file https://github.com/georgia-tech-db/evadb/blob/staging/test/unit_tests/executor/test_create_udf_executor.py. I am not able to find the corresponding UDF (or Function) file. I believe a mock file is being used here, but https://github.com/georgia-tech-db/evadb/blob/staging/test/unit_tests/executor/test_create_udf_executor.py#L54 mentions |
I will close this PR. We will redesign the UDF setup in #1017. |
Fixes #1003. Thanks @xzdandy for helping fix this.