gengliangwang commented on a change in pull request #33775:
URL: https://github.com/apache/spark/pull/33775#discussion_r692015864
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/DateExpressionsSuite.scala
##########
@@ -1183,7 +1184,7 @@ class DateExpressionsSuite extends SparkFunSuite with
ExpressionEvalHelper {
(makeTimestampExpr.copy(hour = Literal(25)), "Invalid value for
Hour"),
(makeTimestampExpr.copy(min = Literal(65)), "Invalid value for
Min"),
(makeTimestampExpr.copy(sec = Literal(Decimal(
- BigDecimal(70.0), 8, 6))), "Invalid value for Second")
+ BigDecimal(70.0), 16, 6))), "Invalid value for Second")
Review comment:
ditto
--
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]