Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxxxcat committed Mar 14, 2024
1 parent e4d124a commit 15c32cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected void parseFile() throws AnalysisException {
try {
BrokerUtil.parseFile(path, brokerDesc, fileStatuses);
} catch (UserException e) {
throw new AnalysisException("parse file failed, path = " + path, e);
throw new AnalysisException("parse file failed, path = " + path + ", reason: " + e);
}
}

Expand Down

0 comments on commit 15c32cc

Please sign in to comment.