[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17510 --- 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 #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-03 Thread adrian-ionescu
Github user adrian-ionescu commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109388628 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -1039,37 +1039,14 @@ private[spark] class

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109374888 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogSuite.scala --- @@ -436,6 +439,42 @@ abstract class

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109374757 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -1039,37 +1039,14 @@ private[spark] class

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109314055 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -125,6 +126,37 @@ object

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109313930 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogSuite.scala --- @@ -436,6 +438,37 @@ abstract class

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17510#discussion_r109313904 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -125,6 +126,37 @@ object

[GitHub] spark pull request #17510: [SPARK-20194] Add support for partition pruning t...

2017-04-02 Thread adrian-ionescu
GitHub user adrian-ionescu opened a pull request: https://github.com/apache/spark/pull/17510 [SPARK-20194] Add support for partition pruning to in-memory catalog ## What changes were proposed in this pull request? This patch implements `listPartitionsByFilter()` for