Commit 2cf7fcf
[BUILD][1.6] Fix compilation
## What changes were proposed in this pull request?
Makes `UnsafeSortDataFormat` and `RecordPointerAndKeyPrefix` public. These are already public in 2.0 and are used in an `ExternalSorterSuite` test (see apache@0b8bdf7)
## How was this patch tested?
Successfully builds locally
Author: Sameer Agarwal <[email protected]>
Closes apache#13339 from sameeragarwal/fix-compile.
(cherry picked from commit c53c83c)1 parent 6788c4e commit 2cf7fcf
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- core/src/main/java/org/apache/spark/util/collection/unsafe/sort
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments