You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Scala UDFs have support for a RAPIDS implementation since #1636, there's the possibility that the Scala UDF compiler could end up compiling a user's Scala UDF into Catalyst expressions despite the fact that it already provides a RAPIDS columnar implementation. The UDF compiler should detect and avoid trying to translate UDFs that implement the RapidsUDF interface.
The text was updated successfully, but these errors were encountered:
Now that Scala UDFs have support for a RAPIDS implementation since #1636, there's the possibility that the Scala UDF compiler could end up compiling a user's Scala UDF into Catalyst expressions despite the fact that it already provides a RAPIDS columnar implementation. The UDF compiler should detect and avoid trying to translate UDFs that implement the
RapidsUDF
interface.The text was updated successfully, but these errors were encountered: