You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/local/ReplaceFieldWithConstantOrNull.java
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,17 @@
36
36
importjava.util.function.Predicate;
37
37
38
38
/**
39
-
* Look for any fields used in the plan that are missing or that are constant locally and replace them with null or with the value.
39
+
* Look for any fields used in the plan that are missing and replaces them with null or look for fields that are constant.
40
40
* This should minimize the plan execution, in the best scenario skipping its execution all together.
0 commit comments