Github user juliuszsompolski commented on a diff in the pull request:
https://github.com/apache/spark/pull/19181#discussion_r141842424
--- Diff:
core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java
---
@@ -85,7 +85,7 @@
private final LinkedList<UnsafeSorterSpillWriter> spillWriters = new
LinkedList<>();
// These variables are reset after spilling:
- @Nullable private volatile UnsafeInMemorySorter inMemSorter;
+ private @Nullable volatile UnsafeInMemorySorter inMemSorter;
--- End diff --
nit: unnecessary change.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]