You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kousuke Saruta (JIRA)" <ji...@apache.org> on 2014/10/15 23:02:33 UTC

[jira] [Created] (SPARK-3959) SqlParser fails to parse literal -9223372036854775808 (Long.MinValue).

Kousuke Saruta created SPARK-3959:
-------------------------------------

             Summary: SqlParser fails to parse literal -9223372036854775808 (Long.MinValue).
                 Key: SPARK-3959
                 URL: https://issues.apache.org/jira/browse/SPARK-3959
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.2.0
            Reporter: Kousuke Saruta
            Priority: Critical


SqlParser fails to parse -9223372036854775808 (Long.MinValue) so we cannot write queries such like as follows.

{code}
SELECT value FROM someTable WHERE value > -9223372036854775808
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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