File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments