Xtpacz commented on code in PR #12261:
URL: https://github.com/apache/gluten/pull/12261#discussion_r3426944418
##########
gluten-substrait/src/main/scala/org/apache/gluten/expression/UnaryExpressionTransformer.scala:
##########
@@ -87,7 +87,7 @@ case class CheckOverflowTransformer(
context,
substraitExprName,
child.doTransform(context),
- original.child.dataType,
+ child.dataType,
Review Comment:
Thanks for your review! Added targeted CheckOverflow transformation tests in
spark33/34/35/40/41 ut modules.
--
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]