You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2023/01/27 12:54:14 UTC

[ignite-3] branch ignite-18426 updated (7c00ed40e1 -> 37b1b9d877)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch ignite-18426
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    omit 7c00ed40e1 Fix zoneId type.
    omit e6395e211a Fix table default zoneId.
    omit ec24ca8089 Add zoneId to the table.
     add 20dc7cad6e Add zoneId to the table.
     add a688362eda Fix table default zoneId.
     add 37b1b9d877 Fix zoneId type.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7c00ed40e1)
            \
             N -- N -- N   refs/heads/ignite-18426 (37b1b9d877)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/client/fakes/FakeInternalTable.java    | 2 +-
 .../org/apache/ignite/distributed/ItTablePersistenceTest.java     | 2 +-
 .../apache/ignite/distributed/ItTxDistributedTestSingleNode.java  | 4 ++--
 .../java/org/apache/ignite/internal/table/ItColocationTest.java   | 2 +-
 .../apache/ignite/internal/table/impl/DummyInternalTableImpl.java | 8 +-------
 5 files changed, 6 insertions(+), 12 deletions(-)