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 16FA6200D25 for ; Sun, 22 Oct 2017 11:58:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1578D160BD7; Sun, 22 Oct 2017 09:58:56 +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 522601609C8 for ; Sun, 22 Oct 2017 11:58:55 +0200 (CEST) Received: (qmail 49388 invoked by uid 500); 22 Oct 2017 09:58:54 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 49375 invoked by uid 99); 22 Oct 2017 09:58:54 -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; Sun, 22 Oct 2017 09:58:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8DD1CDFC25; Sun, 22 Oct 2017 09:58:51 +0000 (UTC) From: arina-ielchiieva To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill issue #996: DRILL-5878: TableNotFound exception is being reported for ... Content-Type: text/plain Message-Id: <20171022095852.8DD1CDFC25@git1-us-west.apache.org> Date: Sun, 22 Oct 2017 09:58:51 +0000 (UTC) archived-at: Sun, 22 Oct 2017 09:58:56 -0000 Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/996 @paul-rogers thanks for approving pull request but actually before merging these changes in Drill (since I am not still convinced we need them), I was expecting @HanumathRao to do investigation if newer Calcite versions handle this case, if yes, maybe postpone this changes till the Calcite upgrade or cherry-pick them in Drill Calcite (if urgent). If not, create Jira in Calcite project and provide fix, and maybe cherry-pick this very fix once done (again if urgent). Since if all these checks can be done in Calcite we don't need to customize Drill. ---