[GitHub] spark pull request #14599: [SPARK-17013][SQL] handle corner case for negativ...

2016-08-12 Thread cloud-fan
Github user cloud-fan closed the pull request at: https://github.com/apache/spark/pull/14599 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14599: [SPARK-17013][SQL] handle corner case for negativ...

2016-08-11 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/14599#discussion_r74423461 --- Diff: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 --- @@ -627,6 +627,7 @@ quotedIdentifier number : DEC

[GitHub] spark pull request #14599: [SPARK-17013][SQL] handle corner case for negativ...

2016-08-11 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/14599 [SPARK-17013][SQL] handle corner case for negative integral literal ## What changes were proposed in this pull request? Spark 2.0 parses negative numeric literals as the unary minus of po