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-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/UnresolvedAttribute.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
* tree and then resolve them into other {@link Attribute} subclasses during
25
25
* analysis.
26
26
* <p>
27
-
* For example, ff they reference the data directly from lucene they'll be
27
+
* For example, if they reference the data directly from lucene they'll be
28
28
* {@link FieldAttribute}s. If they reference the results of another calculation
0 commit comments