We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1386 commit fddf273Copy full SHA for fddf273
1 file changed
docs/user/ppl/limitations/limitations.rst
@@ -94,5 +94,5 @@ automatically enforces this system limit in the pushdown context of the physical
94
data-intensive operations (e.g. join, lookup). The default value is: 50000.
95
Note, only apply system limit automatically to data-intensive (data-bloat) operations. For non-data-intensive operations,
96
the maximum amount of documents to be pull from OpenSearch equals to value of plugins.query.size_limit.
97
-For example, even SORT is a high cost physical operator, the amount of documents is sorted cannotggreater than value of
+For example, even SORT is a high cost physical operator, the amount of documents to sorted cannot greater than value of
98
``plugins.query.size_limit``.
0 commit comments