Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Mar 5, 2024
1 parent cf9b16e commit 7cdf005
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ public class PartitionPredicateTest {
public void testNoPartition() {
PartitionPredicate predicate =
PartitionPredicate.fromMultiple(RowType.of(), Collections.singletonList(EMPTY_ROW));

assertThat(predicate.test(EMPTY_ROW)).isTrue();
assertThat(predicate.test(1, EMPTY_ROW, EMPTY_ROW, BinaryArray.fromLongArray(new Long[0])))
.isTrue();
assertThat(predicate).isNull();
}

@Test
Expand Down

0 comments on commit 7cdf005

Please sign in to comment.