MaxGekk commented on code in PR #37495: URL: https://github.com/apache/spark/pull/37495#discussion_r946815592
########## docs/sql-ref-ansi-compliance.md: ########## @@ -156,6 +161,9 @@ SELECT * FROM t; +---+ ``` +#### Rounding in cast Review Comment: No, casting to int just removes the fraction part. @gengliangwang @srielau Maybe you what SQL standard says about rounding to int? -- 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]
