From reviews-return-1019371-archive-asf-public=cust-asf.ponee.io@spark.apache.org Mon Jan 20 20:00:17 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 CE61A18037A for ; Mon, 20 Jan 2020 21:00:16 +0100 (CET) Received: (qmail 2578 invoked by uid 500); 20 Jan 2020 20:00:16 -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 2566 invoked by uid 99); 20 Jan 2020 20:00:16 -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; Mon, 20 Jan 2020 20:00:16 +0000 From: GitBox To: reviews@spark.apache.org Subject: [GitHub] [spark] SparkQA commented on issue #27249: [SPARK-30019][SQL] Add the owner property to v2 table Message-ID: <157955041609.12434.14066137253944517860.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 20 Jan 2020 20:00:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit SparkQA commented on issue #27249: [SPARK-30019][SQL] Add the owner property to v2 table URL: https://github.com/apache/spark/pull/27249#issuecomment-576412613 **[Test build #117127 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/117127/testReport)** for PR 27249 at commit [`6b48061`](https://github.com/apache/spark/commit/6b480619dd8d43d727e9b92f0eb67d7ae41dbeb7). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class UnresolvedTableWithViewExists(view: ResolvedView) extends LeafNode ` * `case class ResolvedView(identifier: Identifier, isTempView: Boolean) extends LeafNode ` * `abstract class AlterTable extends Command ` * `case class AlterTableAddColumns(` * `case class AlterTableAlterColumn(` * `case class AlterTableRenameColumn(` * `case class AlterTableDropColumns(` * `case class AlterTableSetProperties(` * `case class AlterTableUnsetProperties(` * `case class AlterTableSetLocation(` ---------------------------------------------------------------- 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