Skip to content

Commit

Permalink
ada a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jul 21, 2015
1 parent 69e38f5 commit 0f4380d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ private[joins] object HashedRelation {
* A HashedRelation for UnsafeRow, which is backed by BytesToBytesMap that maps the key into a
* sequence of values.
*
* It's safe to to use inside a broadcast, and safe to read by multiple threads.
*
* TODO(davies): use BytesToBytesMap
*/
private[joins] final class UnsafeHashedRelation(
Expand Down

0 comments on commit 0f4380d

Please sign in to comment.