ptupitsyn commented on code in PR #5082:
URL: https://github.com/apache/ignite-3/pull/5082#discussion_r1923148065


##########
modules/platforms/python/cpp_module/utils.cpp:
##########
@@ -47,6 +49,12 @@ bool check_errors(ignite::diagnosable& diag) {
             break;
 
         case SQL_ERROR:
+        default:
+            if (records.get_status_records_number() == 0) {
+                err_msg = "Unknown error";

Review Comment:
   Can we provide a better message?



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