Skip to content

Commit 9c8aa07

Browse files
anish749regadas
authored andcommitted
Add new BloomFilter implementation for Sparse Joins (#1806)
1 parent db81ec5 commit 9c8aa07

File tree

4 files changed

+1108
-4
lines changed

4 files changed

+1108
-4
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ lazy val scioBigQuery: Project = Project(
457457
// DataFlow testing requires junit and hamcrest
458458
"org.hamcrest" % "hamcrest-all" % hamcrestVersion % "test,it",
459459
"com.github.alexarchambault" %% "scalacheck-shapeless_1.13" % scalacheckShapelessVersion % "test,it",
460-
"me.lyh" %% "shapeless-datatype-core" % shapelessDatatypeVersion % "test"
460+
"me.lyh" %% "shapeless-datatype-core" % shapelessDatatypeVersion % "test",
461+
// Our BloomFilters are Algebird Monoids and hence uses tests from Algebird Test
462+
"com.twitter" %% "algebird-test" % algebirdVersion % "test"
461463
)
462464
)
463465
.dependsOn(

0 commit comments

Comments
 (0)