Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 6, 2023
1 parent 32db9a5 commit c6c58ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public async Task<IQueryResult> ExecuteAsync(
operationContext.Result.SetExtension(QueryPlanHashProp, _hash);
}

// we store the context on the result for unit tests.x
// we store the context on the result for unit tests.
operationContext.Result.SetContextData(QueryPlanProp, context.QueryPlan);

// Enqueue root node to initiate the execution process.
Expand Down

0 comments on commit c6c58ab

Please sign in to comment.