[
https://issues.apache.org/jira/browse/DRILL-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619581#comment-14619581
]
ASF GitHub Bot commented on DRILL-3441:
---------------------------------------
Github user jacques-n commented on the pull request:
https://github.com/apache/drill/pull/82#issuecomment-119758810
LGTM. +1
> 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)