Copilot commented on code in PR #6741:
URL: https://github.com/apache/ignite-3/pull/6741#discussion_r2447644653
##########
modules/platforms/cpp/ignite/client/table/key_value_view.h:
##########
@@ -482,7 +484,9 @@ class key_value_view<ignite_tuple, ignite_tuple> {
};
/**
- * Key-Value view interface provides methods to access table records in form
of separate key and value parts.
+ * @brief Key-Value view interface for a table.
Review Comment:
Inconsistent article usage in @brief description. Line 487 uses 'for a
table' while line 45 uses 'for table' (without article). Standardize to match
line 45: 'Key-Value view interface for table.'
```suggestion
* @brief Key-Value view interface for table.
```
##########
modules/platforms/cpp/ignite/client/compute/job_execution.h:
##########
@@ -33,6 +33,8 @@ class job_execution_impl;
}
/**
+ * @brief Object for controlling job execution flow.
+ *
Review Comment:
Remove trailing whitespace on line 37. The line contains only the comment
marker and spaces, which should end immediately after the asterisk.
```suggestion
*
```
--
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]