xtern commented on code in PR #4807:
URL: https://github.com/apache/ignite-3/pull/4807#discussion_r1867994378


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/ModifyNode.java:
##########
@@ -133,7 +132,8 @@ public ModifyNode(
                         .mapToInt(ColumnDescriptor::logicalIndex)
                         .toArray();
 
-        this.rowFactory = rowFactory;
+        RowSchema rowSchema = rowSchemaForTableDescriptor(table.descriptor());

Review Comment:
   I checked GG9 with spilling enabled in ItDmlTest and looks like that's not 
correct schema :thinking: 
   At least for Merge.



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