[GitHub] spark pull request #20430: [SPARK-23263][SQL] Create table stored as parquet...

2018-07-16 Thread wangyum
Github user wangyum closed the pull request at: https://github.com/apache/spark/pull/20430 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20430: [SPARK-23263][SQL] Create table stored as parquet...

2018-02-01 Thread wzhfy
Github user wzhfy commented on a diff in the pull request: https://github.com/apache/spark/pull/20430#discussion_r165349231 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/CommandUtils.scala --- @@ -34,16 +34,12 @@ object CommandUtils extends Logging {

[GitHub] spark pull request #20430: [SPARK-23263][SQL] Create table stored as parquet...

2018-01-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/20430#discussion_r164662154 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/CommandUtils.scala --- @@ -34,16 +34,12 @@ object CommandUtils extends

[GitHub] spark pull request #20430: [SPARK-23263][SQL] Create table stored as parquet...

2018-01-29 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/20430 [SPARK-23263][SQL] Create table stored as parquet should update table size if automatic update table size is enabled …update table size is enabled ## What changes were proposed in this