[GitHub] spark pull request #15933: [SPARK-18505][SQL] Simplify AnalyzeColumnCommand

2016-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15933 --- 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 #15933: [SPARK-18505][SQL] Simplify AnalyzeColumnCommand

2016-11-18 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15933#discussion_r88747950 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala --- @@ -97,7 +97,7 @@ private[hive] class HiveClientImpl( }

[GitHub] spark pull request #15933: [SPARK-18505][SQL] Simplify AnalyzeColumnCommand

2016-11-18 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/15933 [SPARK-18505][SQL] Simplify AnalyzeColumnCommand ## What changes were proposed in this pull request? I'm spending more time at the design & code level for cost-based optimizer now, and have found