zstan commented on code in PR #3335:
URL: https://github.com/apache/ignite-3/pull/3335#discussion_r1525805918


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestBuilders.java:
##########
@@ -1298,7 +1321,12 @@ public ScannableTable scannableTable() {
 
                 @Override
                 public UpdatableTable updatableTable() {
-                    throw new UnsupportedOperationException();
+                    UpdatableTable updatableTable = mock(UpdatableTable.class);
+                    
when(updatableTable.descriptor()).thenReturn(tableDescriptor());

Review Comment:
   revert



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