Skip to content

Commit

Permalink
[GLUTEN-4903][CELEBORN] Support multiple versions of Celeborn
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin-zk committed Mar 13, 2024
1 parent 4e4200a commit fce1d92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ public <K, V> ShuffleWriter<K, V> getWriter(
byte[] extension;
try {
Field field = CelebornShuffleHandle.class.getDeclaredField("extension");
field.setAccessible(true);
extension = (byte[]) field.get(handle);

} catch (NoSuchFieldException e) {
Expand Down

0 comments on commit fce1d92

Please sign in to comment.