[GitHub] spark pull request #15854: [SPARK-18415] [SQL] Weird Plan Output when CTE us...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15854 --- 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 #15854: [SPARK-18415] [SQL] Weird Plan Output when CTE us...

2016-11-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15854#discussion_r87688482 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala --- @@ -33,7 +33,9 @@ import org.apache.spark.sql.types.MetadataBuild

[GitHub] spark pull request #15854: [SPARK-18415] [SQL] Weird Plan Output when CTE us...

2016-11-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15854#discussion_r87687899 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala --- @@ -33,7 +33,9 @@ import org.apache.spark.sql.types.MetadataBuilder

[GitHub] spark pull request #15854: [SPARK-18415] [SQL] Weird Plan Output when CTE us...

2016-11-11 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/15854 [SPARK-18415] [SQL] Weird Plan Output when CTE used in RunnableCommand ### What changes were proposed in this pull request? Currently, when CTE is used in RunnableCommand, the Analyzer does n