sk0x50 commented on code in PR #5170:
URL: https://github.com/apache/ignite-3/pull/5170#discussion_r1943112865


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/TableScanNodeExecutionTest.java:
##########
@@ -263,7 +263,8 @@ private static class TestInternalTableImpl extends 
InternalTableImpl {
         ) {
             super(
                     
QualifiedNameHelper.fromNormalized(SqlCommon.DEFAULT_SCHEMA_NAME, "test"),
-                    1,
+                    2, // zone id.

Review Comment:
   Ok. Fixed.



##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItColocationTest.java:
##########
@@ -341,6 +341,7 @@ public NetworkMessage clone() {
 
         intTable = new InternalTableImpl(
                 
QualifiedNameHelper.fromNormalized(SqlCommon.DEFAULT_SCHEMA_NAME, "TEST"),
+                2, // zone id.

Review Comment:
   Ok. Fixed.



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