zstan commented on code in PR #12936:
URL: https://github.com/apache/ignite/pull/12936#discussion_r3027002795
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionServiceImpl.java:
##########
@@ -577,7 +591,8 @@ private FieldsQueryCursor<List<?>>
executeDdl(RootQuery<Row> qry, DdlPlan plan)
/** */
private ListFieldsQueryCursor<?> mapAndExecutePlan(
RootQuery<Row> qry,
- MultiStepPlan plan
+ MultiStepPlan plan,
+ TxAwareModifiedEntriesHolder mofiedEntriesHolder
Review Comment:
done
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionServiceImpl.java:
##########
@@ -205,6 +208,13 @@ public class ExecutionServiceImpl<Row> extends
AbstractService implements Execut
/** */
private final Map<String, FragmentPlan> fragmentPlanCache = new
GridBoundedConcurrentLinkedHashMap<>(1024);
+ /**
+ * Transaction modified entries holder.
+ *
+ * @see TransactionConfiguration#isTxAwareQueriesEnabled()
+ */
+ private TxAwareModifiedEntriesHolder modifiedEntriesHolder;
Review Comment:
done, thanks !
--
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]