beliefer commented on a change in pull request #33665:
URL: https://github.com/apache/spark/pull/33665#discussion_r687457618
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala
##########
@@ -2495,7 +2495,9 @@ case class MakeTimestampLTZ(
* hour - the hour-of-day to represent, from 0 to 23
* min - the minute-of-hour to represent, from 0 to 59
* sec - the second-of-minute and its micro-fraction to represent, from
- 0 to 60. If the sec argument equals to 60, the seconds field is
set
+ 0 to 60. The sec argument can be either decimal(8, 6) or int.
Review comment:
OK
--
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]