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 A5351200B2D for ; Thu, 16 Jun 2016 19:38:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2483160A51; Thu, 16 Jun 2016 17:38:20 +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 E0EE71602C5 for ; Thu, 16 Jun 2016 19:38:19 +0200 (CEST) Received: (qmail 21399 invoked by uid 500); 16 Jun 2016 17:38:19 -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 21387 invoked by uid 99); 16 Jun 2016 17:38:18 -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; Thu, 16 Jun 2016 17:38:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E5DBDFDEF; Thu, 16 Jun 2016 17:38:18 +0000 (UTC) From: amansinha100 To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th... Content-Type: text/plain Message-Id: <20160616173818.9E5DBDFDEF@git1-us-west.apache.org> Date: Thu, 16 Jun 2016 17:38:18 +0000 (UTC) archived-at: Thu, 16 Jun 2016 17:38:20 -0000 Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/518#discussion_r67389956 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/json/TestJsonRecordReader.java --- @@ -116,6 +117,7 @@ public void testMixedNumberTypes() throws Exception { .jsonBaselineFile("jsoninput/mixed_number_types.json") .build().run(); } catch (Exception ex) { + ex.printStackTrace(); --- End diff -- not sure why this printStackTrace was added in a different test from the ones that you added... --- 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. ---