Patrick Grandjean created HDFS-16941:
----------------------------------------
Summary: Path.suffix raises NullPointerException
Key: HDFS-16941
URL: https://issues.apache.org/jira/browse/HDFS-16941
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Patrick Grandjean
Calling the Path.suffix method on root raises a NullPointerException. Tested
with Hadoop 3.3.
Scenario:
{code:java}
import org.apache.hadoop.fs.*
Path root = new Path("/")
root.getParent == null // true
root.suffix("bar") // NPE is raised
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]