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 5D258200D61 for ; Tue, 19 Dec 2017 11:30:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5B8DE160C1B; Tue, 19 Dec 2017 10:30:12 +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 96F6F160C18 for ; Tue, 19 Dec 2017 11:30:11 +0100 (CET) Received: (qmail 17585 invoked by uid 500); 19 Dec 2017 10:30:10 -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 17573 invoked by uid 99); 19 Dec 2017 10:30:08 -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, 19 Dec 2017 10:30:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D0845DFC32; Tue, 19 Dec 2017 10:30:08 +0000 (UTC) From: vvysotskyi To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill issue #1068: DRILL-6020 Fix NullPointerException when querying JSON un... Content-Type: text/plain Message-Id: <20171219103008.D0845DFC32@git1-us-west.apache.org> Date: Tue, 19 Dec 2017 10:30:08 +0000 (UTC) archived-at: Tue, 19 Dec 2017 10:30:12 -0000 Github user vvysotskyi commented on the issue: https://github.com/apache/drill/pull/1068 @MitchelLabonte, I think this NPE is just a consequence of the bug that should be fixed. Please investigate why Drill is trying to use child `PathSegment` when a value has VarChar type. ---