Skip to content

Commit

Permalink
Merge ba0b604 into 055b7a7
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal642 committed Sep 14, 2018
2 parents 055b7a7 + ba0b604 commit c1fb029
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -498,7 +498,7 @@ public CarbonFile[] listFiles() {
try {
if (null != fileStatus && fileStatus.isDirectory()) {
Path path = fileStatus.getPath();
listStatus = path.getFileSystem(FileFactory.getConfiguration()).listStatus(path);
listStatus = fs.listStatus(path);
} else {
return new CarbonFile[0];
}
Expand Down

0 comments on commit c1fb029

Please sign in to comment.