-
Notifications
You must be signed in to change notification settings - Fork 591
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
bug: cannot build Rust UDF #18797
Comments
fix risingwavelabs/risingwave#18797 --------- Signed-off-by: Richard Chien <[email protected]>
Don't we have any end-to-end tests covering such minimal usage? 🥵 |
Interesting... We do have e2e tests for embedded UDFs: risingwave/ci/scripts/run-e2e-test.sh Lines 129 to 134 in b01906e
Not sure why they didn't fail. |
I realized that this only fails when there's array type in function arguments. |
On current main (ef8c50f), Rust UDF cannot be built.
This is possibly because of upgrading
arrow-udf
in some previous PR.The text was updated successfully, but these errors were encountered: