Gera Shegalov created SPARK-44943:
-------------------------------------

             Summary: CONV produces incorrect result near Long.MIN_VALUE, fails 
to detect overflow
                 Key: SPARK-44943
                 URL: https://issues.apache.org/jira/browse/SPARK-44943
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.4.1
            Reporter: Gera Shegalov


{{>>> spark.conf.set('spark.sql.ansi.enabled', True)}}
{{>>> sql("SELECT conv('-9223372036854775809', 10, -10)").show(truncate=False)}}
{{+-----------------------------------+}}
{{|conv(-9223372036854775809, 10, -10)|}}
{{+-----------------------------------+}}
{{|-9223372036854775807               |}}
{{+-----------------------------------+}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to