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 C550E200D20 for ; Tue, 17 Oct 2017 09:37:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3E901609EB; Tue, 17 Oct 2017 07:37:37 +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 0BBC31609DE for ; Tue, 17 Oct 2017 09:37:36 +0200 (CEST) Received: (qmail 25684 invoked by uid 500); 17 Oct 2017 07:37:36 -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 25672 invoked by uid 99); 17 Oct 2017 07:37:35 -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; Tue, 17 Oct 2017 07:37:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD5C6DFAE1; Tue, 17 Oct 2017 07:37:35 +0000 (UTC) From: dprofeta To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill issue #976: DRILL-5797: Choose parquet reader from read columns Content-Type: text/plain Message-Id: <20171017073735.AD5C6DFAE1@git1-us-west.apache.org> Date: Tue, 17 Oct 2017 07:37:35 +0000 (UTC) archived-at: Tue, 17 Oct 2017 07:37:38 -0000 Github user dprofeta commented on the issue: https://github.com/apache/drill/pull/976 I updated the javadoc with Paul remarks. ---