NSAmelchev commented on code in PR #12400:
URL: https://github.com/apache/ignite/pull/12400#discussion_r2432528027
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/ModifyNode.java:
##########
@@ -217,6 +217,19 @@ private void invokeOutsideTransaction(
List<ModifyTuple> tuples,
GridCacheProxyImpl<Object, Object> cache
) throws IgniteCheckedException {
+ if (tuples.size() == 1) {
Review Comment:
It will be the same as in H2 — invocation through `invokeAll` and accessing
cache store via `load`.
--
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]