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/08/17 14:17:30 UTC

[ignite-3] branch ignite-20015 updated (356a3389cb -> f3170d041a)

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

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


 discard 356a3389cb Add execution test.
 discard 3700e10a3a Add a test for joining tables with Identity distribution function.
 discard 9da2d9e880 Add a new distribution function.
     add 14574dd2fd Add a new distribution function.
     add 78a731c90b Add a test for joining tables with Identity distribution function.
     add f3170d041a Add execution test.

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   (356a3389cb)
            \
             N -- N -- N   refs/heads/ignite-20015 (f3170d041a)

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:
 .../sql/engine/exec/LogicalRelImplementor.java     |   2 +-
 .../sql/engine/trait/DistributionFunction.java     |   2 +-
 .../IdentityDistributionFunctionSelfTest.java      | 123 +++++++++++++++++++++
 .../exec/IdentityDistributionExecutionTest.java    |   6 +-
 4 files changed, 128 insertions(+), 5 deletions(-)
 create mode 100644 modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/IdentityDistributionFunctionSelfTest.java