[ 
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)

Reply via email to