Skip to content

Commit 2306832

Browse files
committed
take out comments
Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
1 parent 97f5ea6 commit 2306832

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

docs/user/ppl/functions/aggregations.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,12 +787,7 @@ Collects all unique values from the specified expression into a sorted array. Va
787787
> The `plugins.ppl.values.max.limit` setting controls the maximum number of unique values returned:
788788
> - The default value is 0, which returns an unlimited number of values.
789789
> - Setting this to any positive integer limits the number of unique values.
790-
{: .note}
791-
792-
<!-- temporarily commented out because the admin section is not ported
793-
794-
* See the [PPL Settings]({{site.url}}{{site.baseurl}}/sql-and-ppl/ppl/admin/settings#plugins-ppl-values-max-limit) documentation for more details
795-
-->
790+
> - See the [PPL Settings](../admin/settings.md#plugins-ppl-values-max-limit) documentation for more details
796791
797792
#### Example
798793

docs/user/ppl/functions/relevance.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,4 @@ search source = people
620620
| stats count() by city
621621
```
622622

623-
<!-- temporarily commented out because the optimization section is not ported
624-
See [Optimization]({{site.url}}{{site.baseurl}}/sql-and-ppl/ppl/optimization/optimization/) to get more details about the query engine op
625-
timization.
626-
-->
623+
See [Optimization](../../optimization/optimization.rst) to get more details about the query engine optimization.

0 commit comments

Comments
 (0)