[GitHub] spark pull request #14838: [SPARK-17269][SQL] Move finish analysis optimizat...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14838 --- 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 #14838: [SPARK-17269][SQL] Move finish analysis optimizat...

2016-08-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14838#discussion_r76506795 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/finishAnalysis.scala --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #14838: [SPARK-17269][SQL] Move finish analysis optimizat...

2016-08-26 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/14838 [SPARK-17269][SQL] Move finish analysis optimization stage into its own file ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various