Skip to content

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

Closed

Conversation

americast
Copy link
Member

Fixes #1003. Thanks @xzdandy for helping fix this.

@xzdandy
Copy link
Collaborator

xzdandy commented Aug 30, 2023

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.

@americast
Copy link
Member Author

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 test.py as the file that I am unable to locate. Thanks!

@xzdandy
Copy link
Collaborator

xzdandy commented Sep 16, 2023

I will close this PR. We will redesign the UDF setup in #1017.

@xzdandy xzdandy closed this Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameters passed while creating a UDF are being ignored.
4 participants