PJ Fanning created DRILL-8296: --------------------------------- Summary: possible type 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
``` 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)