Skip to content

Commit 47d7a29

Browse files
committed
Remove unused method
1 parent a47f495 commit 47d7a29

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingSymmetricHashJoinExec.scala

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -465,16 +465,6 @@ case class StreamingSymmetricHashJoinExec(
465465
}
466466
}
467467

468-
469-
/**
470-
* Get an iterator over the values stored in this joiner's state manager for the given key.
471-
*
472-
* Should not be interleaved with mutations.
473-
*/
474-
// def get(key: UnsafeRow): Iterator[UnsafeRow] = {
475-
// joinStateManager.get(key)
476-
// }
477-
478468
/**
479469
* Builds an iterator over old state key-value pairs, removing them lazily as they're produced.
480470
*

0 commit comments

Comments
 (0)