You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2020/06/29 15:22:00 UTC

[jira] [Created] (IMPALA-9907) NullPointerException in ParallelFileMetadataLoader's load() method

Zoltán Borók-Nagy created IMPALA-9907:
-----------------------------------------

             Summary: NullPointerException in ParallelFileMetadataLoader's load() method
                 Key: IMPALA-9907
                 URL: https://issues.apache.org/jira/browse/IMPALA-9907
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


ParallelFileMetadataLoader.loaders_ became a Map, but at one place we still treat it as a List:
{noformat}
LOG.error(logPrefix_ + " encountered an error loading data for path " + loaders_.get(i).getPartDir(), e);
{noformat}
'i' is an integer, while the loaders_'s key type is Path.

Unfortunately the code compiles which means we get a NullPointerException for this statement.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org