Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C42BA18C0E for ; Wed, 8 Jul 2015 22:22:04 +0000 (UTC) Received: (qmail 17041 invoked by uid 500); 8 Jul 2015 22:22:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 17011 invoked by uid 500); 8 Jul 2015 22:22:04 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 17001 invoked by uid 99); 8 Jul 2015 22:22:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 22:22:04 +0000 Date: Wed, 8 Jul 2015 22:22:04 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-3441) CompliantTextRecordReader#isStarQuery loops indefinitely MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619481#comment-14619481 ] Hanifi Gunes commented on DRILL-3441: ------------------------------------- [~jaltekruse] please review > CompliantTextRecordReader#isStarQuery loops indefinitely > -------------------------------------------------------- > > Key: DRILL-3441 > URL: https://issues.apache.org/jira/browse/DRILL-3441 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Text & CSV > Reporter: Hanifi Gunes > Assignee: Jason Altekruse > Fix For: 1.2.0 > > > The implementation recurse into itself and never terminates. We should fix this. > {code} > @Override > public boolean isStarQuery() { > if(settings.isUseRepeatedVarChar()){ > ... > }else{ > return isStarQuery(); > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)