Skip to content

Commit

Permalink
Fix typo: "Failed to open ~open~ input file" (apache#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousleo committed Jun 11, 2021
1 parent bd3ffab commit 5af7990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private void openFile(FileScanFramework.FileSchemaNegotiator negotiator) {
} catch (Exception e) {
throw UserException
.dataReadError(e)
.message("Failed to open open input file: {}", split.getPath().toString())
.message("Failed to open input file: {}", split.getPath().toString())
.addContext(errorContext)
.addContext(e.getMessage())
.build(logger);
Expand Down

0 comments on commit 5af7990

Please sign in to comment.