wForget commented on code in PR #2916:
URL: https://github.com/apache/datafusion-comet/pull/2916#discussion_r2659481580
##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -1030,7 +1030,9 @@ class CometCastSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
test("cast between decimals with higher precision than source") {
// cast between Decimal(10, 2) to Decimal(10,4)
- castTest(generateDecimalsPrecision10Scale2(),
DataTypes.createDecimalType(10, 4))
+ castTest(
Review Comment:
I verified locally that the newly added test case could reproduce the
problem.
--
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]