This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-19018
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
omit 9950e4055d wip.
omit 1aeb0c8305 wip.
omit 952d660f3a WIP.
add ef251f8549 Wip. Fix broken rewindability in scan node. Unmute test.
add aeb74e5853 wip. Unmute and fix test
add 08a381dcc2 wip. Fix incorrect IgniteValues distribution.
add d201faaa5f wip. Fix TableModify.
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 (9950e4055d)
\
N -- N -- N refs/heads/ignite-19018 (d201faaa5f)
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:
.../internal/sql/engine/ItCorrelatesTest.java | 1 -
.../ignite/internal/sql/engine/ItDmlTest.java | 76 +++++++++-
.../internal/sql/engine/util/QueryChecker.java | 21 +--
.../sql/engine/exec/LogicalRelImplementor.java | 17 +++
.../engine/metadata/IgniteMdFragmentMapping.java | 23 ++-
.../sql/engine/prepare/IgniteRelShuttle.java | 7 +
.../internal/sql/engine/prepare/PlannerPhase.java | 3 +-
...Modify.java => IgniteColocatedTableModify.java} | 30 ++--
.../internal/sql/engine/rel/IgniteRelVisitor.java | 5 +
.../sql/engine/rule/TableModifyConverterRule.java | 159 +++++++++++++--------
.../sql/engine/planner/DmlPlannerTest.java | 88 ++++++++----
11 files changed, 295 insertions(+), 135 deletions(-)
copy
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rel/{IgniteTableModify.java
=> IgniteColocatedTableModify.java} (80%)