xtern commented on code in PR #6057: URL: https://github.com/apache/ignite-3/pull/6057#discussion_r2157051142
########## modules/sql-engine/src/testFixtures/java/org/apache/ignite/internal/sql/engine/util/QueryChecker.java: ########## @@ -294,6 +294,8 @@ static Matcher<String> containsAnyScan(String schema, String tblName, String... QueryChecker returns(Object... res); + QueryChecker returnMatched(Matcher<Iterable<?>> matcher); Review Comment: May be rename it to `returns(Matcher<Iterable<?>> matcher)`? :thinking: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org