Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/15704#discussion_r85984522
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala ---
@@ -631,6 +631,42 @@ private[spark] class HiveExternalCatalog(conf:
SparkConf, hadoopConf: Configurat
client.dropPartitions(db, table, parts.map(lowerCasePartitionSpec),
ignoreIfNotExists, purge)
}
+ override def dropPartitionsByFilter(
--- End diff --
Thank you for review, @viirya and @hvanhovell .
Sure, no problem. I just thought we need to have this in `ExternalCatalog`
before `Catalog Federation ( SPARK-15777 )`.
I will remove those stuff.
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]