Skip to content

Commit 37600f0

Browse files
committed
typo
1 parent 9e4be57 commit 37600f0

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Enrich.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public int hashCode() {
303303
* In that case, users have to write it as `FROM test | ENRICH _remote: | ORDER @timestamp | LIMIT 10`,
304304
* which is equivalent to bringing all data to the coordinating cluster.
305305
* We might consider implementing the actual remote enrich on the coordinating cluster, however, this requires
306-
* retaining the originating cluster and restructing pages for routing, which might be complicated.
306+
* retaining the originating cluster and restructuring pages for routing, which might be complicated.
307307
*/
308308
private void checkForPlansForbiddenBeforeRemoteEnrich(Failures failures) {
309309
if (this.mode != Mode.REMOTE) {

0 commit comments

Comments
 (0)