AMashenkov commented on code in PR #6687:
URL: https://github.com/apache/ignite-3/pull/6687#discussion_r2413380011


##########
modules/table/src/main/java/org/apache/ignite/internal/table/RecordViewImpl.java:
##########
@@ -444,6 +445,8 @@ private RecordMarshaller<R> marshaller(int schemaVersion) 
throws MarshallerExcep
 
             marsh = marshallerFactory.apply(schema);
             this.marsh = marsh;
+        } catch (IgniteException e) {
+            throw e;

Review Comment:
   I guess author want to re-throw MarshallerException here? to avoid wrapping?



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