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 A6D10200D18 for ; Wed, 11 Oct 2017 22:18:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A574F1609E5; Wed, 11 Oct 2017 20:18:38 +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 E12421609BB for ; Wed, 11 Oct 2017 22:18:37 +0200 (CEST) Received: (qmail 37529 invoked by uid 500); 11 Oct 2017 20:18:37 -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 37518 invoked by uid 99); 11 Oct 2017 20:18:36 -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; Wed, 11 Oct 2017 20:18:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BED4CDFA0A; Wed, 11 Oct 2017 20:18:36 +0000 (UTC) From: dongjoon-hyun To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #19470: [SPARK-14387][SPARK-18355][SQL] Use Spark schema to read... Content-Type: text/plain Message-Id: <20171011201836.BED4CDFA0A@git1-us-west.apache.org> Date: Wed, 11 Oct 2017 20:18:36 +0000 (UTC) archived-at: Wed, 11 Oct 2017 20:18:38 -0000 Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/19470 Thank you for review, @gatorsmile . Sure. I assume that you want to check the regression here. Could you tell me the degree of difference? Here, this PR is focusing on missing-columns scenario after `ADD COLUMNS`. This is a typical use cases by customers. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org