-
Notifications
You must be signed in to change notification settings - Fork 264
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
feat: Enable Support for Querying UDF through Logical Type #441
Conversation
Can we add an integration test that uses the Logical UDF? |
Yep. Working on it. Will update on this thread once I push the changes. |
Added integration tests for using UDF in a simple select query and as part of a LATERAL JOIN. The PR is ready to merge. Not sure why the coverage has dropped though. I tried investigating, but could not find the issue. |
@IshSiva @kaushikravichandran @jiashenC @gaurav274 Do we need this PR given the recent changes in decorators? |
Tagging Discussion: Support for Querying using UDF Type
Changes Made:
catalog_manager.py
andudf_service.py
FastRCNNObjectDetector
and a testtest_show_info_executor
Pending Tasks:
CREATE UDF
statement to check if inputs and outputs match?