File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
compass-assistant/test/entrypoints
compass-explain-plan/src/components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3946,6 +3946,7 @@ function buildPrompt(explainCase: ExplainCase): SimpleEvalCase {
39463946 //aggregation: explainCase.aggregation?.trim(),
39473947 //schema: explainCase.schema?.trim(),
39483948 explainPlan : explainCase . explainPlan ?. trim ( ) ,
3949+ operationType : 'aggregation' ,
39493950 } ) . prompt ,
39503951 expected : explainCase . expected ,
39513952 expectedSources : explainCase . expectedsources ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export const ExplainPlanModal: React.FunctionComponent<
153153 interpretExplainPlan ( {
154154 namespace : explainPlan . namespace ,
155155 explainPlan : JSON . stringify ( explainPlan ) ,
156- source : operationType ?? 'aggregation' ,
156+ operationType : operationType ?? 'aggregation' ,
157157 } ) ;
158158 } }
159159 disabled = { status !== 'ready' }
You can’t perform that action at this time.
0 commit comments