You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (Jira)" <ji...@apache.org> on 2019/11/11 13:31:00 UTC

[jira] [Created] (SPARK-29848) PostgreSQL dialect: cast to bigint

ABHISHEK KUMAR GUPTA created SPARK-29848:
--------------------------------------------

             Summary: PostgreSQL dialect: cast to bigint
                 Key: SPARK-29848
                 URL: https://issues.apache.org/jira/browse/SPARK-29848
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: ABHISHEK KUMAR GUPTA


Spark:

0: jdbc:hive2://10.18.19.208:23040/default> select CAST('0xcccccccccc' AS bigint);
+-------------------------------+
| CAST(0xcccccccccc AS BIGINT) |
+-------------------------------+
| NULL |
+-------------------------------+

Postgre SQL

22P02: invalid input syntax for integer: "0xcccccccccc"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org