isapego commented on code in PR #10033:
URL: https://github.com/apache/ignite/pull/10033#discussion_r880286388


##########
modules/platforms/cpp/thin-client/src/impl/cache/cache_client_impl.cpp:
##########
@@ -369,6 +369,24 @@ namespace ignite
                     return cursorImpl;
                 }
 
+                query::SP_QueryCursorImpl CacheClientImpl::Query(const 
ignite::thin::cache::query::ScanQuery& qry)
+                {
+                    ScanQueryRequest req(id, qry);
+                    ScanQueryResponse rsp;
+
+                    SP_DataChannel channel = SyncMessageSql(req, rsp);

Review Comment:
   Good catch, thanks.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to