Skip to content

Commit

Permalink
fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sherali42 committed Dec 7, 2023
1 parent c314f91 commit 3bd3cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PartKeyLuceneIndexSpec extends AnyFunSpec with Matchers with BeforeAndAfte
val partNums2 = keyIndex.partIdsFromFilters(Seq(filter2), start, end)
partNums2 shouldEqual debox.Buffer(7, 8, 9)

// return only 4 partIds - empty filter
// return only 2 partIds - with filter
val partNumsLimitFilter = keyIndex.partIdsFromFilters(Seq(filter2), start, end, 2)
partNumsLimitFilter shouldEqual debox.Buffer(7, 8)

Expand Down

0 comments on commit 3bd3cff

Please sign in to comment.