slfan1989 commented on code in PR #1570:
URL: https://github.com/apache/auron/pull/1570#discussion_r2484122484
##########
spark-extension/src/main/scala/org/apache/spark/sql/auron/NativeConverters.scala:
##########
@@ -819,6 +819,8 @@ object NativeConverters extends Logging {
}
}
case e: Expm1 => buildScalarFunction(pb.ScalarFunction.Expm1,
e.children, e.dataType)
+ case e: Contains =>
Review Comment:
I found this function is already implemented. Could you help implement the
following ones instead: nvl (81), nvl2 (82), rand (83)?
https://github.com/apache/auron/blob/923db4d9d758aa4961f2138c5d8d5b9c45b07ca5/spark-extension/src/main/scala/org/apache/spark/sql/auron/NativeConverters.scala#L908-L914
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]