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 BBDB62004CA for ; Wed, 11 May 2016 18:23:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA72C160A14; Wed, 11 May 2016 16:23:05 +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 048CF160A09 for ; Wed, 11 May 2016 18:23:04 +0200 (CEST) Received: (qmail 5009 invoked by uid 500); 11 May 2016 16:23:04 -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 4998 invoked by uid 99); 11 May 2016 16:23:03 -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 May 2016 16:23:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8E208DFDC3; Wed, 11 May 2016 16:23:03 +0000 (UTC) From: arina-ielchiieva To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill pull request: DRILL-3474: Add implicit file columns support Content-Type: text/plain Message-Id: <20160511162303.8E208DFDC3@git1-us-west.apache.org> Date: Wed, 11 May 2016 16:23:03 +0000 (UTC) archived-at: Wed, 11 May 2016 16:23:05 -0000 Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/491#discussion_r62879671 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/project/ProjectRecordBatch.java --- @@ -324,6 +324,11 @@ protected boolean setupNewSchema() throws SchemaChangeException { if (name == EMPTY_STRING) { continue; } + --- End diff -- In current implementation dirN columns will be returned in select all clause during querying directory as before. --- 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. ---