AWS athena documentation change
Summary
Fixed apostrophe encoding in documentation text (changed 'don&t' to 'don't')
Security assessment
Change is a typographical correction with no security implications
Diff
diff --git a/athena/latest/ug/connectors-timestream.md b/athena/latest/ug/connectors-timestream.md index 37ffe40e3..a7101b7e3 100644 --- a//athena/latest/ug/connectors-timestream.md +++ b//athena/latest/ug/connectors-timestream.md @@ -124 +124 @@ We recommend that you use the `LIMIT` clause to limit the data returned (not the -The Athena Timestream connector performs predicate pushdown to decrease the data scanned by the query. `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. Selecting a subset of columns significantly speeds up query runtime and reduces data scanned. The Timestream connector is resilient to throttling due to concurrency. +The Athena Timestream connector performs predicate pushdown to decrease the data scanned by the query. `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. Selecting a subset of columns significantly speeds up query runtime and reduces data scanned. The Timestream connector is resilient to throttling due to concurrency.