You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/09/07 12:27:00 UTC

[jira] [Updated] (DRILL-8296) Possible type mismatch bug in SplunkBatchReader

     [ https://issues.apache.org/jira/browse/DRILL-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Turton updated DRILL-8296:
--------------------------------
    Summary: Possible type mismatch bug in SplunkBatchReader  (was: possible type bug in SplunkBatchReader)

> Possible type mismatch bug in SplunkBatchReader
> -----------------------------------------------
>
>                 Key: DRILL-8296
>                 URL: https://issues.apache.org/jira/browse/DRILL-8296
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: splunk
>            Reporter: PJ Fanning
>            Priority: Major
>
> {code:java}
>       if (path.nameEquals("**")) {
>         return true;
>       } else {
>         return specialFields.contains(path.getAsNamePart());
>       }
> {code}
> LGTM and IntelliJ both say that NamePart type does not match the type stored in specialFields collection.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)