AWS athena documentation change
Summary
Fixed typo: replaced 'don&t' with 'don't' in a technical note about query behavior
Security assessment
Corrects a grammatical error in a non-security-related technical explanation about query performance and data scanning limits.
Diff
diff --git a/athena/latest/ug/connectors-redis.md b/athena/latest/ug/connectors-redis.md index 898234740..68b01279f 100644 --- a//athena/latest/ug/connectors-redis.md +++ b//athena/latest/ug/connectors-redis.md @@ -131 +131 @@ The Athena Redis OSS connector attempts to parallelize queries against your Redi -The Athena Redis connector performs predicate pushdown to decrease the data scanned by the query. However, queries containing a predicate against the primary key fail with timeout. `LIMIT` clauses reduce the amount of data scanned, but if you don&t provide a predicate, you should expect `SELECT` queries with a `LIMIT` clause to scan at least 16 MB of data. The Redis connector is resilient to throttling due to concurrency. +The Athena Redis connector performs predicate pushdown to decrease the data scanned by the query. However, queries containing a predicate against the primary key fail with timeout. `LIMIT` clauses reduce the amount of data scanned, but if you don't provide a predicate, you should expect `SELECT` queries with a `LIMIT` clause to scan at least 16 MB of data. The Redis connector is resilient to throttling due to concurrency.