Skip to content

Commit

Permalink
Added distance candidates with results > 100
Browse files Browse the repository at this point in the history
  • Loading branch information
iGN5117 committed Jun 29, 2023
1 parent b20716f commit 7e777d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class predicateJoinTestScala extends TestBaseScala {

it("Passed ST_HausdorffDistance in a spatial join") {
val sampleCount = 100
val distanceCandidates = Seq(1, 2)
val distanceCandidates = Seq(1, 2, 5, 10)
val densityFrac = 0.6
val inputPoint = buildPointDf.limit(sampleCount).repartition(5)
val inputPolygon = buildPolygonDf.limit(sampleCount).repartition(3)
Expand Down

0 comments on commit 7e777d8

Please sign in to comment.