From commits-return-44434-archive-asf-public=cust-asf.ponee.io@spark.apache.org Wed Jul 1 06:36:11 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 B703B180638 for ; Wed, 1 Jul 2020 08:36:10 +0200 (CEST) Received: (qmail 13258 invoked by uid 500); 1 Jul 2020 06:36:10 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 13249 invoked by uid 99); 1 Jul 2020 06:36:10 -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; Wed, 01 Jul 2020 06:36:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F2C8E890B8; Wed, 1 Jul 2020 06:36:09 +0000 (UTC) Date: Wed, 01 Jul 2020 06:36:00 +0000 To: "commits@spark.apache.org" Subject: [spark] branch master updated (8194d9e -> 02f3b80) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159358535365.27813.11003948688779373255@gitbox.apache.org> From: dongjoon@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: spark X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8194d9ef788278ec23902da851f2a3c95f5f71bf X-Git-Newrev: 02f3b80d3a277e0c19a66c28d935fa41da7b3307 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 8194d9e [SPARK-32142][SQL][TESTS] Keep the original tests and codes to avoid potential conflicts in dev add 02f3b80 [SPARK-32131][SQL] Fix AnalysisException messages at UNION/EXCEPT/MINUS operations No new revisions were added by this update. Summary of changes: .../sql/catalyst/analysis/CheckAnalysis.scala | 3 +- .../sql/catalyst/analysis/AnalysisSuite.scala | 53 ++++++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org