tshauck commented on code in PR #342:
URL: https://github.com/apache/datafusion-comet/pull/342#discussion_r1585820645
##########
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala:
##########
@@ -1396,6 +1396,17 @@ object QueryPlanSerde extends Logging with
ShimQueryPlanSerde {
val optExpr = scalarExprToProto("atan2", leftExpr, rightExpr)
optExprWithInfo(optExpr, expr, left, right)
+ case e @ Unhex(child, failOnError) =>
Review Comment:
@andygrove Would you mind having a look at the updated PR and let me know
what you think of the shim implemntation? The thought was to setup a major and
minor shim to keep the existing shim for all of spark 3 then apply the more
granular difference in the minor. It gets a little weird in that I'm applying
3.3's shim to 3.2.
@kazuyukitanimura Thanks for looking!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]