timoninmaxim commented on code in PR #10767: URL: https://github.com/apache/ignite/pull/10767#discussion_r1227912089
########## modules/indexing/src/test/java/org/apache/ignite/cache/query/ThinClientIndexQueryTest.java: ########## @@ -369,6 +393,47 @@ private void assertClientQuery(ClientCache<Integer, Person> cache, int left, int } } + /** */ + @Test + public void testIndexQueryLimitOnOlderProtocolVersion() throws Exception { + // Exclude INDEX_QUERY_LIMIT from protocol Review Comment: All comments must ends with a dot. -- 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