-
if my query has many udf of hive , can I also use spark-rapids to accelerate my sql ? and how about its performance ? what operators will fall back to cpu ? filer or project ? |
Beta Was this translation helpful? Give feedback.
Answered by
revans2
Nov 13, 2020
Replies: 1 comment
-
Hive UDFs should work, but they will not run on the GPU and the UDF to catalyst compiler does not support them yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sameerz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hive UDFs should work, but they will not run on the GPU and the UDF to catalyst compiler does not support them yet.