[GitHub] spark pull request #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14930 --- 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 #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14930#discussion_r77287554 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveTableScanSuite.scala --- @@ -143,4 +144,38 @@ class HiveTableScanSuite extends H

[GitHub] spark pull request #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14930#discussion_r77285020 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveTableScanSuite.scala --- @@ -143,4 +144,38 @@ class HiveTableScanSuite extends H

[GitHub] spark pull request #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread dafrista
Github user dafrista commented on a diff in the pull request: https://github.com/apache/spark/pull/14930#discussion_r77284176 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveTableScanSuite.scala --- @@ -143,4 +144,38 @@ class HiveTableScanSuite extends Hi

[GitHub] spark pull request #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14930#discussion_r77281400 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveTableScanSuite.scala --- @@ -143,4 +144,38 @@ class HiveTableScanSuite extends H

[GitHub] spark pull request #14930: [SPARK-16926] [SQL] Add unit test to compare tabl...

2016-09-01 Thread dafrista
GitHub user dafrista opened a pull request: https://github.com/apache/spark/pull/14930 [SPARK-16926] [SQL] Add unit test to compare table and partition column metadata. ## What changes were proposed in this pull request? Add unit test for changes made in PR #14515. It makes