Copilot commented on code in PR #6058:
URL: https://github.com/apache/ignite-3/pull/6058#discussion_r2151748100


##########
modules/platforms/cpp/ignite/client/table/qualified_name_test.cpp:
##########
@@ -24,6 +24,14 @@
 using namespace ignite;
 using namespace detail;
 
+namespace {

Review Comment:
   The PrintTestIndex helper function is duplicated across test files. Consider 
extracting it to a shared utility header to improve maintainability.



##########
modules/platforms/cpp/ignite/client/detail/table/name_utils_test.cpp:
##########
@@ -24,6 +24,15 @@
 using namespace ignite;
 using namespace detail;
 
+namespace {

Review Comment:
   The PrintTestIndex function is repeated here as well. Extracting it into a 
common header may help reduce duplication and ease future maintenance.



-- 
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

Reply via email to