How doris handle Java UDF? #14454
Unanswered
eedalong
asked this question in
A - General / Q&A
Replies: 1 comment 2 replies
-
|
Hi @eedalong , in my mind , python UDF in Spark is executed in a bypass process which is independent from the main process and communicate to each other by RPC. In Doris, Remote UDF is still optional for users. And for JAVA UDF, Doris will call a JNI to pass parameters and get results. So I think it's different between JAVA UDF in Doris and python UDF in Spark. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, great work! I wonder how Apache Doris handle java udf exactly? I know that Spark extract python udf from operator and have a special op to execute python udf, does Doris also goes this way?
Beta Was this translation helpful? Give feedback.
All reactions