isapego commented on code in PR #5860: URL: https://github.com/apache/ignite-3/pull/5860#discussion_r2098253850
########## modules/platforms/cpp/ignite/client/detail/table/tables_impl.h: ########## @@ -55,6 +53,16 @@ class tables_impl { */ void get_table_async(std::string_view name, ignite_callback<std::optional<table>> callback); + /** + * Gets a table by name. + * See Table::get_table_async() for details. Review Comment: You are right. Fixed. -- 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