[GitHub] spark pull request #18141: [SPARK-20916][SQL] Improve error message for unal...

2017-05-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18141 --- 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 ena

[GitHub] spark pull request #18141: [SPARK-20916][SQL] Improve error message for unal...

2017-05-29 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18141#discussion_r119022415 --- Diff: sql/core/src/test/resources/sql-tests/inputs/aliased-subquery-in-from.sql --- @@ -0,0 +1,14 @@ +-- Aliased subqueries in FROM clause --- En

[GitHub] spark pull request #18141: [SPARK-20916][SQL] Improve error message for unal...

2017-05-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18141#discussion_r119021826 --- Diff: sql/core/src/test/resources/sql-tests/inputs/aliased-subquery-in-from.sql --- @@ -0,0 +1,14 @@ +-- Aliased subqueries in FROM clause --

[GitHub] spark pull request #18141: [SPARK-20916][SQL] Improve error message for unal...

2017-05-29 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/18141 [SPARK-20916][SQL] Improve error message for unaliased subqueries in FROM clause ## What changes were proposed in this pull request? We changed the parser to reject unaliased subqueries in