[
https://issues.apache.org/jira/browse/DRILL-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanifi Gunes reassigned DRILL-3441:
-----------------------------------
Assignee: Hanifi Gunes (was: Jason Altekruse)
> 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: Hanifi Gunes
> 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)