Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-3441

CompliantTextRecordReader#isStarQuery loops indefinitely

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Storage - Text & CSV
    • None

    Description

      The implementation recurse into itself and never terminates. We should fix this.

        @Override
        public boolean isStarQuery() {
          if(settings.isUseRepeatedVarChar()){
            ...
          }else{
            return isStarQuery();
          }
        }
      

      Attachments

        Activity

          People

            cchang@maprtech.com Chun Chang
            hgunes Hanifi Gunes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: