beliefer opened a new pull request #33775:
URL: https://github.com/apache/spark/pull/33775


   ### What changes were proposed in this pull request?
   The implement of https://github.com/apache/spark/pull/33665 make 
`make_timestamp` could accepts integer type as the seconds parameter.
   This PR let `make_timestamp` accepts `decimal(16,6)` type as the seconds 
parameter and cast integer to `decimal(16,6)` is safe, so we can simplify the 
code.
   
   
   ### Why are the changes needed?
   Simplify `make_timestamp`.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   
   
   ### How was this patch tested?
   New tests.
   


-- 
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]

Reply via email to