From reviews-return-1008563-archive-asf-public=cust-asf.ponee.io@spark.apache.org Thu Jan 9 22:43:15 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 874C118063F for ; Thu, 9 Jan 2020 23:43:15 +0100 (CET) Received: (qmail 76829 invoked by uid 500); 9 Jan 2020 22:43:15 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 76817 invoked by uid 99); 9 Jan 2020 22:43:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2020 22:43:14 +0000 From: GitBox To: reviews@spark.apache.org Subject: [GitHub] [spark] SparkQA commented on issue #27030: [SPARK-30244][SQL] Emit pre/post events for "Partition" methods in ExternalCatalogWithListener Message-ID: <157860979467.10594.3683234530756516700.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 09 Jan 2020 22:43:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org