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 fba5dad commit 3eeac08Copy full SHA for 3eeac08
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala
@@ -21,8 +21,8 @@ import java.io._
21
22
import com.esotericsoftware.kryo.{Kryo, KryoSerializable}
23
import com.esotericsoftware.kryo.io.{Input, Output}
24
-import org.apache.spark.{SparkConf, SparkEnv, SparkUnsupportedOperationException}
25
+import org.apache.spark.{SparkConf, SparkEnv, SparkUnsupportedOperationException}
26
import org.apache.spark.internal.config.{BUFFER_PAGESIZE, MEMORY_OFFHEAP_ENABLED}
27
import org.apache.spark.memory._
28
import org.apache.spark.sql.catalyst.InternalRow
0 commit comments