GitHub user hvanhovell opened a pull request: https://github.com/apache/spark/pull/15066
[SPARK-171114][SQL] Fix literals in GROUP BY 1 columns [WIP] ## What changes were proposed in this pull request? TODO ## How was this patch tested? I'll add a test tomorrow. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hvanhovell/spark SPARK-17114 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/15066.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15066 ---- commit 4914bfc96af5f1ba0909ca3826d21ab35cf0a725 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-08-26T11:03:44Z Parse scientific decimal literals as decimals commit 459d973f94efe4cbc1dff87d415a2d16934e824a Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-08-26T12:47:16Z Update tests. commit 59b359ced067e44024886b3cb57e913622d937f7 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-09-02T15:36:17Z Merge remote-tracking branch 'apache-github/master' into SPARK-17258 # Conflicts: # sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ExpressionParserSuite.scala # sql/core/src/test/resources/sql-tests/inputs/literals.sql # sql/core/src/test/resources/sql-tests/results/literals.sql.out commit 302f55f417994fd2016ae60d4c8dd4895f37dee6 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-09-02T15:49:16Z Fix the grammar after merge. commit 009ab39a79b837352b65a054050d74a2cf44dfd7 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-09-03T16:55:48Z Update comment. commit 44c1b4b76e823e0330cd167cf8a374a751772040 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-09-11T20:36:18Z Merge remote-tracking branch 'apache-github/master' into SPARK-17258 # Conflicts: # sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala commit 142d573d97390fe434d9536b9fea73527b5c7348 Author: Herman van Hovell <hvanhov...@databricks.com> Date: 2016-09-12T23:35:53Z Fix special case group by. ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org