Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C335B2004F5 for ; Fri, 1 Sep 2017 20:43:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C197316D8B9; Fri, 1 Sep 2017 18:43:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3BDEF16D8B4 for ; Fri, 1 Sep 2017 20:43:58 +0200 (CEST) Received: (qmail 51246 invoked by uid 500); 1 Sep 2017 18:43:57 -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 51235 invoked by uid 99); 1 Sep 2017 18:43:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2017 18:43:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1137DE109B; Fri, 1 Sep 2017 18:43:57 +0000 (UTC) From: gatorsmile To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #19104: [SPARK-21895] [SQL] Support changing database in ... Content-Type: text/plain Date: Fri, 1 Sep 2017 18:43:57 +0000 (UTC) archived-at: Fri, 01 Sep 2017 18:43:59 -0000 GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/19104 [SPARK-21895] [SQL] Support changing database in HiveClient ## What changes were proposed in this pull request? Supporting moving tables across different database in HiveClient `alterTable` ## How was this patch tested? N/A You can merge this pull request into a Git repository by running: $ git pull https://github.com/gatorsmile/spark alterTable Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/19104.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #19104 ---- commit ae3eb94a73a538ef7f309a1732ce197cf4a50c68 Author: gatorsmile Date: 2017-09-01T18:37:56Z support changing database. commit c7df4a142acca791ffa00ac452392521e635bbdd Author: gatorsmile Date: 2017-09-01T18:43:02Z comment ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org