korlov42 commented on a change in pull request #9369:
URL: https://github.com/apache/ignite/pull/9369#discussion_r702915075
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionServiceImpl.java
##########
@@ -726,12 +758,9 @@ private FieldsMetadata
explainFieldsMetadata(PlanningContext ctx) {
}
/** */
- private void executeFragment(UUID qryId, FragmentPlan plan,
PlanningContext pctx, FragmentDescription fragmentDesc) {
- ExecutionContext<Row> ectx = new ExecutionContext<>(taskExecutor(),
pctx, qryId,
- fragmentDesc, handler, Commons.parametersMap(pctx.parameters()));
-
+ private void executeFragment(UUID qryId, FragmentPlan plan,
FragmentDescription fragmentDesc, ExecutionContext<Row> ectx) {
long frId = fragmentDesc.fragmentId();
Review comment:
you could get a fragmentId from executionCtx
--
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]