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

Possible type mismatch bug in SplunkBatchReader

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.20.2
    • 1.20.3
    • splunk
    • None

    Description

            if (path.nameEquals("**")) {
              return true;
            } else {
              return specialFields.contains(path.getAsNamePart());
            }
      

      LGTM and IntelliJ both say that NamePart type does not match the type stored in specialFields collection.

      Attachments

        Activity

          People

            dzamo James Turton
            pj.fanning PJ Fanning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: