Skip to content

Commit b9b24d6

Browse files
committed
fixup
1 parent 745b73a commit b9b24d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ private[execution] final class LongToUnsafeRowMap(
977977
}
978978

979979
private class UnsafeLongArray(val length: Int) {
980-
val memoryBlock = allocatePage(length * 8)
980+
val memoryBlock: MemoryBlock = allocatePage(length * 8)
981981

982982
for (i <- 0 until length) {
983983
update(i, 0)

0 commit comments

Comments
 (0)