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 D5F6F200C1C for ; Wed, 15 Feb 2017 19:39:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D4793160B5E; Wed, 15 Feb 2017 18:39:52 +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 22A3A160B4D for ; Wed, 15 Feb 2017 19:39:51 +0100 (CET) Received: (qmail 22767 invoked by uid 500); 15 Feb 2017 18:39:51 -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 22756 invoked by uid 99); 15 Feb 2017 18:39:51 -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, 15 Feb 2017 18:39:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E33FCDFC31; Wed, 15 Feb 2017 18:39:50 +0000 (UTC) From: cloud-fan To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #16674: [SPARK-19331][SQL][TESTS] Improve the test covera... Content-Type: text/plain Message-Id: <20170215183950.E33FCDFC31@git1-us-west.apache.org> Date: Wed, 15 Feb 2017 18:39:50 +0000 (UTC) archived-at: Wed, 15 Feb 2017 18:39:53 -0000 Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16674#discussion_r101350313 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -617,13 +617,18 @@ class Analyzer( private def lookupTableFromCatalog( u: UnresolvedRelation, defaultDatabase: Option[String] = None): LogicalPlan = { + val tableIdentWithDb = u.tableIdentifier.copy(database = u.tableIdentifier.database --- End diff -- please follow the existing style: https://github.com/apache/spark/pull/16674/files#diff-57b3d87be744b7d79a9beacf8e5e5eb2L622 --- 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