We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745b73a commit b9b24d6Copy full SHA for b9b24d6
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala
@@ -977,7 +977,7 @@ private[execution] final class LongToUnsafeRowMap(
977
}
978
979
private class UnsafeLongArray(val length: Int) {
980
- val memoryBlock = allocatePage(length * 8)
+ val memoryBlock: MemoryBlock = allocatePage(length * 8)
981
982
for (i <- 0 until length) {
983
update(i, 0)
0 commit comments