srielau commented on pull request #35269:
URL: https://github.com/apache/spark/pull/35269#issuecomment-1068578134
What is the desired semantic if the format does not cover the domain of the
number?
E.g.
SELECT to_char(111, '9')
-> Expect overflow or '##', .. ? (Oracle returns ##)
SELECT to_char(1.5, '9')
-> Expect 2, 1, # or error? (Oracle returns 2)
--
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]