AWS athena documentation change
Summary
Fixed apostrophe in query explanation text
Security assessment
Grammatical correction in technical documentation with no security-related content changes.
Diff
diff --git a/athena/latest/ug/connectors-gcs.md b/athena/latest/ug/connectors-gcs.md index 38738a765..bd39e7890 100644 --- a//athena/latest/ug/connectors-gcs.md +++ b//athena/latest/ug/connectors-gcs.md @@ -261 +261 @@ For CSV datasets, column projection is not supported and does not reduce the amo -`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 GCS connector scans more data for larger datasets than for smaller datasets, regardless of the `LIMIT` clause applied. For example, the query `SELECT * LIMIT 10000` scans more data for a larger underlying dataset than a smaller one. +`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 GCS connector scans more data for larger datasets than for smaller datasets, regardless of the `LIMIT` clause applied. For example, the query `SELECT * LIMIT 10000` scans more data for a larger underlying dataset than a smaller one.