Commit faea78b
committed
refactor(esql): Improve MvExpand push-down logic in PushDownMvExpandPastProject
- Refactor condition in semantic equality check for MvExpand push-down
- Modify logic to handle alias comparisons more precisely
- Simplify condition for checking input references in project operations
- Improve code readability and reduce complexity of push-down rule1 parent 8e69eb0 commit faea78b
File tree
1 file changed
+1
-1
lines changed- x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments