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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to