Skip to content

Commit e31de16

Browse files
jan-elasticbpintea
andauthored
typo
Co-authored-by: Bogdan Pintea <[email protected]>
1 parent b481aaa commit e31de16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PushDownAndCombineSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* In that case, we push down sampling to Lucene for efficiency.
3737
* <p>
3838
*
39-
* As a rule of thumb, if an operator can be swapped with sampling if it maps:
39+
* As a rule of thumb, an operator can be swapped with sampling if it maps:
4040
* <ul>
4141
* <li>
4242
* one row to one row (e.g. <code>DISSECT</code>, <code>DROP</code>, <code>ENRICH</code>,

0 commit comments

Comments
 (0)