Skip to content

Commit

Permalink
Add SQL annotation to test method
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaqmorarka authored and sopel39 committed Sep 17, 2020
1 parent 25abaf0 commit 8dcd866
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -226,7 +226,7 @@ public void testSemiJoinDynamicFilteringBlockProbeSide()
ImmutableSet.of(1, ORDERS_COUNT, PART_COUNT));
}

private void assertDynamicFiltering(String selectQuery, Session session, int expectedRowCount, Set<Integer> expectedOperatorRowsRead)
private void assertDynamicFiltering(@Language("SQL") String selectQuery, Session session, int expectedRowCount, Set<Integer> expectedOperatorRowsRead)
{
DistributedQueryRunner runner = (DistributedQueryRunner) getQueryRunner();
ResultWithQueryId<MaterializedResult> result = runner.executeWithQueryId(session, selectQuery);
Expand Down

0 comments on commit 8dcd866

Please sign in to comment.