Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private static boolean isORC(Path file, FileSystem fs)

return true;
} catch (Exception e) {
throw new RuntimeException("Error occured when checking the type of file:" + file);
throw new RuntimeException("Error occurred when checking the type of file:" + file);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace org.apache.gobblin.service
record Issue {

/**
* Time when the issue have occured
* Time when the issue have occurred
*/
time: Timestamp

Expand Down