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

Use udfs crate for compilation in addition to checking #382

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

mwylde
Copy link
Member

@mwylde mwylde commented Oct 24, 2023

This moves our UDF compilation model to use a separate crate, like we currently do for UDF checking. This reduces the number of places that new dependencies need to be added, and brings better parity between checking and actual compilation.

I've also removed extraneous dependencies from the UDF crate (arroyo-types in particular) which significantly speeds up checking.

I've verified that UDF compilation is working in these environments:

  • Local with compiler service
  • Local without compiler service
  • Docker via arroyo-single

@mwylde mwylde force-pushed the unified_udf_compilation branch 2 times, most recently from aa0270e to 371cc3a Compare October 24, 2023 01:06
@mwylde mwylde force-pushed the unified_udf_compilation branch from 371cc3a to 1ef26cb Compare October 24, 2023 01:22
@mwylde mwylde merged commit e2007b4 into master Oct 24, 2023
8 checks passed
@mwylde mwylde deleted the unified_udf_compilation branch October 24, 2023 02:40
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.

2 participants