Skip to content

Commit

Permalink
Update spark/src/main/scala/ai/chronon/spark/JoinUtils.scala
Browse files Browse the repository at this point in the history
comment

Co-authored-by: Nikhil <[email protected]>
Signed-off-by: Sophie <[email protected]>
  • Loading branch information
SophieYu41 and nikhilsimha authored Oct 4, 2023
1 parent a3050b0 commit 4b6e879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/main/scala/ai/chronon/spark/JoinUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ object JoinUtils {
val rightBloomMap = joinPart.rightToLeft.mapValues(leftBlooms(_)).toMap
val bloomSizes = rightBloomMap.map { case (col, bloom) => s"$col -> ${bloom.bitSize()}" }.pretty
println(s"""
|JoinPart Info:
Generating bloom filter for joinPart:
| part name : ${joinPart.groupBy.metaData.name},
| left type : ${joinConf.left.dataModel},
| right type: ${joinPart.groupBy.dataModel},
Expand Down

0 comments on commit 4b6e879

Please sign in to comment.