We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d993fa commit 0bbb83fCopy full SHA for 0bbb83f
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizer.java
@@ -117,10 +117,10 @@ public LogicalPlanOptimizer(LogicalOptimizerContext optimizerContext) {
117
public LogicalPlan optimize(LogicalPlan verified) {
118
var optimized = execute(verified);
119
120
- // Failures failures = verifier.verify(optimized, verified.output());
121
- // if (failures.hasFailures()) {
122
- // throw new VerificationException(failures);
123
- // }
+// Failures failures = verifier.verify(optimized, verified.output());
+// if (failures.hasFailures()) {
+// throw new VerificationException(failures);
+// }
124
optimized.setOptimized();
125
return optimized;
126
}
0 commit comments