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 7E2AE200D34 for ; Thu, 19 Oct 2017 21:08:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7CA52160BEC; Thu, 19 Oct 2017 19:08:03 +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 B925F1609EE for ; Thu, 19 Oct 2017 21:08:02 +0200 (CEST) Received: (qmail 82349 invoked by uid 500); 19 Oct 2017 19:08:01 -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 82097 invoked by uid 99); 19 Oct 2017 19:08:01 -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; Thu, 19 Oct 2017 19:08:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84326DFA0E; Thu, 19 Oct 2017 19:08:01 +0000 (UTC) From: dongjoon-hyun To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #16944: [SPARK-19611][SQL] Introduce configurable table schema i... Content-Type: text/plain Message-Id: <20171019190801.84326DFA0E@git1-us-west.apache.org> Date: Thu, 19 Oct 2017 19:08:01 +0000 (UTC) archived-at: Thu, 19 Oct 2017 19:08:03 -0000 Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/16944 Hi, @budde and @cloud-fan . Could you check the following Parquet Hive table issues? - https://issues.apache.org/jira/browse/SPARK-22306 It seems to erase bucketing information from Metastore in `branch-2.2`. So far, Spark master branch looks okay. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org