Skip to content

Commit 6a59e8f

Browse files
author
Davies Liu
committed
Update HashedRelation.scala
1 parent 0fdacaf commit 6a59e8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,6 @@ private[joins] final class UnsafeHashedRelation(
325325
}
326326
i += 1
327327
}
328-
329-
// scalastyle:off println
330-
println(s"deserialize UnsafeHashedRelation with ${binaryMap.numElements()} items")
331-
// scalastyle:on println
332328
}
333329
}
334330

0 commit comments

Comments
 (0)