Skip to content

Commit

Permalink
Fixed import on big query test class
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRehman Faraj committed Dec 4, 2023
1 parent ff8cc46 commit 563b667
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
import java.util.Map;
import java.util.UUID;

import static com.amazonaws.athena.connector.lambda.domain.predicate.Constraints.DEFAULT_NO_LIMIT;
import static com.amazonaws.athena.connectors.google.bigquery.BigQueryTestUtils.getBlockTestSchema;
import static org.junit.Assert.assertTrue;
import static org.mockito.ArgumentMatchers.any;
Expand Down Expand Up @@ -263,7 +264,7 @@ public void testReadWithConstraint()
.withIsDirectory(true)
.build(),
keyFactory.create()).build(),
new Constraints(Collections.EMPTY_MAP),
new Constraints(Collections.emptyMap(), Collections.emptyList(), Collections.emptyList(), DEFAULT_NO_LIMIT, Collections.emptyMap()),
0, //This is ignored when directly calling readWithConstraints.
0)) {

Expand Down

0 comments on commit 563b667

Please sign in to comment.