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 3eeac08 commit 3351fb1Copy full SHA for 3351fb1
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala
@@ -536,7 +536,7 @@ private[execution] final class LongToUnsafeRowMap(
536
val mm: TaskMemoryManager,
537
capacity: Int,
538
ignoresDuplicatedKey: Boolean = false)
539
- extends MemoryConsumer(mm, MemoryMode.ON_HEAP) with Externalizable with KryoSerializable {
+ extends MemoryConsumer(mm, mm.getTungstenMemoryMode) with Externalizable with KryoSerializable {
540
541
// Whether the keys are stored in dense mode or not.
542
private var isDense = false
0 commit comments