AWS opensearch-service documentation change
Summary
Updated links to Spark documentation from version-specific (3.5.2) to 'latest' for HyperLogLog++ algorithm references.
Security assessment
This change updates external documentation links to point to the latest version, which is a routine maintenance update. It has no security implications, as it does not affect functionality, access control, or data security.
Diff
diff --git a/opensearch-service/latest/developerguide/supported-ppl.md b/opensearch-service/latest/developerguide/supported-ppl.md index 01fcac0e5..59963659d 100644 --- a//opensearch-service/latest/developerguide/supported-ppl.md +++ b//opensearch-service/latest/developerguide/supported-ppl.md @@ -2742 +2742 @@ Use the following syntax: - * The approximate count of the rare (n) fields by using estimated [cardinality by HyperLogLog++ algorithm](https://spark.apache.org/docs/3.5.2/sql-ref-functions-builtin.html). + * The approximate count of the rare (n) fields by using estimated [cardinality by HyperLogLog++ algorithm](https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html). @@ -3858 +3858 @@ Use the following syntax: - * An approximate count of the (n) top fields by using the estimated [cardinality by HyperLogLog++ algorithm](https://spark.apache.org/docs/3.5.2/sql-ref-functions-builtin.html). + * An approximate count of the (n) top fields by using the estimated [cardinality by HyperLogLog++ algorithm](https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html).