[ 
https://issues.apache.org/jira/browse/SPARK-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184648#comment-14184648
 ] 

Apache Spark commented on SPARK-3959:
-------------------------------------

User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/2949

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to