alex-plekhanov commented on code in PR #13525: URL: https://github.com/apache/ignite/pull/13525#discussion_r3869372360
########## docs/_docs/thin-clients/java-thin-client.adoc: ########## @@ -308,6 +308,8 @@ The `query(SqlFieldsQuery)` method returns an instance of `FieldsQueryCursor`, w NOTE: The `getAll()` method retrieves the results from the cursor and closes it. Read more about using `SqlFieldsQuery` and SQL API in the link:SQL/sql-api[Using SQL API] section. +This section also describes how to use `SqlFieldsQuery.setQueryInitiatorId(...)` Review Comment: Not sure if it worth to mention setQueryInitiatorId here. IMO just link to sql-api is enough. -- 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]
