Skip to content

Commit

Permalink
Always same prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
w.montaz committed Mar 15, 2024
1 parent 2432c5e commit 13220a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ object ShuffleExchangeExec {
UnsafeExternalRowSorter.PrefixComputer.Prefix = {
// The hashcode generated from the binary form of a [[UnsafeRow]] should not be null.
result.isNull = false
result.value = Murmur3HashFunction.hash(row, ByteType, 42L)
result.value = 42
result
}
}
Expand Down

0 comments on commit 13220a3

Please sign in to comment.