Skip to content

Commit b2bcdb8

Browse files
committed
Uppercase exception name
1 parent fb9e39e commit b2bcdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
fileNotFoundException = "java.io.FileNotFoundException"
1010
permissionDeniedException = "org.apache.hadoop.security.AccessControlException"
1111
pathIsNotEmptyDirException = "org.apache.hadoop.fs.PathIsNotEmptyDirectoryException"
12-
fileAlreadyExistsException = "org.apache.hadoop.fs.fileAlreadyExistsException"
12+
fileAlreadyExistsException = "org.apache.hadoop.fs.FileAlreadyExistsException"
1313
)
1414

1515
// Error represents a remote java exception from an HDFS namenode or datanode.

0 commit comments

Comments
 (0)