Xtpacz commented on code in PR #12261:
URL: https://github.com/apache/gluten/pull/12261#discussion_r3452003983
##########
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:
@philo-he Thanks for the suggestion. I have updated the unit test by moving
it to a new suite under `gluten-ut/test` and using
`testWithSpecifiedSparkVersion` to cover the supported spark versions.
--
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]