Skip to content

Commit

Permalink
fix the nit in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
himadripal committed Nov 21, 2024
1 parent 647ad01 commit cdae3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
}

test("cast between decimals with zero precision") {
// cast between Decimal(10, 2) to Decimal(10,4)
// cast between Decimal(10, 2) to Decimal(10,0)
castTest(generateDecimalsPrecision10Scale2(), DataTypes.createDecimalType(10, 0))
}

Expand Down

0 comments on commit cdae3a2

Please sign in to comment.