SparkQA commented on issue #27030: [SPARK-30244][SQL] Emit pre/post events for 
"Partition" methods in ExternalCatalogWithListener
URL: https://github.com/apache/spark/pull/27030#issuecomment-572790938
 
 
   **[Test build #116410 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116410/testReport)**
 for PR 27030 at commit 
[`5c242dc`](https://github.com/apache/spark/commit/5c242dc3700789f4af49f9e3d4b544d3b1d2f9e7).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `trait PartitionEvent extends DatabaseEvent `
     * `case class CreatePartitionPreEvent(database: String, name: String,`
     * `case class CreatePartitionEvent(database: String, name: String,`
     * `case class DropPartitionPreEvent(database: String, name: String,`
     * `case class DropPartitionEvent(database: String, name: String,`
     * `case class RenamePartitionPreEvent(database: String, name: String,`
     * `case class RenamePartitionEvent(database: String, name: String,`
     * `case class AlterPartitionPreEvent(database: String, name: String,`
     * `case class AlterPartitionEvent(database: String, name: String,`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to