Skip to content

Commit

Permalink
Update spark/src/main/java/org/apache/spark/shuffle/sort/CometShuffle…
Browse files Browse the repository at this point in the history
…ExternalSorter.java

Co-authored-by: Andy Grove <[email protected]>
  • Loading branch information
holdenk and andygrove authored Apr 11, 2024
1 parent 04fcaa4 commit b50a5df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class SpillSorter extends SpillWriter {
this.inMemSorter = new ShuffleInMemorySorter(allocator, 1, true);
} catch (java.lang.IllegalAccessError e) {
throw new java.lang.RuntimeException(
"Error lodaing in memory sorter check class path -- see "
"Error loading in-memory sorter check class path -- see "
+ "https://github.com/apache/arrow-datafusion-comet?tab=readme-ov-file#enable-comet-shuffle",
e);
}
Expand Down

0 comments on commit b50a5df

Please sign in to comment.