troywinter opened a new issue #6460:
URL: https://github.com/apache/incubator-pinot/issues/6460
```
FileStatus fileStatus = new FileStatus();
fileStatus.setPath(new Path(uri));
return fileStatus.isDirectory();
```
fileStatus will always return false, since default constructor will set
isDir to false, and setPath will not affect isDir.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]