sk0x50 commented on code in PR #7265:
URL: https://github.com/apache/ignite-3/pull/7265#discussion_r2645151628
##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/recovery/partitions/states/ItPartitionStatesTest.java:
##########
@@ -59,7 +58,7 @@ public abstract class ItPartitionStatesTest extends
CliIntegrationTest {
private static final int DONT_CHECK_PARTITIONS = -1;
private static final String GLOBAL_PARTITION_STATE_FIELDS =
- "Zone name\tSchema name\tTable ID\tTable name\tPartition
ID\tState" + System.lineSeparator();
+ "Zone name\tPartition ID\tState" + System.lineSeparator();
Review Comment:
Distribution zones do not belong to any schema, at least for now. The
current hierarchy is the following:
```
<catalog root>
+- zones
+- schemas
+- tables
+- indexes
+- etc
```
--
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]