AWS prescriptive-guidance documentation change
Summary
Updated documentation links, fixed formatting, and consolidated sentences for clarity. Changed apostrophes to straight quotes and fixed a broken link structure.
Security assessment
Changes are purely editorial and formatting improvements. No security vulnerabilities, configurations, or features are mentioned or modified. Updates focus on readability and link accuracy without security implications.
Diff
diff --git a/prescriptive-guidance/latest/apache-iceberg-on-aws/table-spec-v3.md b/prescriptive-guidance/latest/apache-iceberg-on-aws/table-spec-v3.md index 2cef70d30..e38fea65b 100644 --- a//prescriptive-guidance/latest/apache-iceberg-on-aws/table-spec-v3.md +++ b//prescriptive-guidance/latest/apache-iceberg-on-aws/table-spec-v3.md @@ -17,2 +17,2 @@ AWS service | Version 3 support -[Amazon EMR for Apache Spark](./iceberg-emr.html) | Amazon EMR release 7.12 and later -[AWS Glue](./iceberg-glue.html) | Yes +[Amazon EMR for Apache Spark](https://docs.aws.amazon.com/prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-emr.html)| Amazon EMR release 7.12 or later +[AWS Glue](https://docs.aws.amazon.com/prescriptive-guidance/latest/apache-iceberg-on-aws/iceberg-glue.html)| Yes @@ -21 +21 @@ AWS Glue: [Iceberg REST API](https://docs.aws.amazon.com/glue/latest/dg/connect- -Amazon S3 Tables: [Iceberg REST API](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-open-source.html), [table maintenance](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance-overview.html) | Yes +[Amazon S3 Tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables.html): [Iceberg REST API](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-open-source.html), [table maintenance](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance-overview.html)| Yes @@ -68,3 +68 @@ Before working with version 3 tables, make sure that you have: -To create a new Iceberg version 3 table, set the `format-version` table property to 3. - -Using Spark SQL: +To create a new Iceberg version 3 table, set the `format-version` table property to 3. Using Spark SQL: @@ -88,3 +86 @@ Using Spark SQL: -You can upgrade existing version 2 tables to version 3 atomically without rewriting data. - -Using Spark SQL: +You can upgrade existing version 2 tables to version 3 atomically without rewriting data. Using Spark SQL: @@ -98,3 +94 @@ Using Spark SQL: -Version 3 is a one-way upgrade. After a table is upgraded from version 2 to version 3, it cannot be downgraded back to version 2 through standard operations. - -What happens during upgrade: +Version 3 is a one-way upgrade. After a table is upgraded from version 2 to version 3, it cannot be downgraded back to version 2 through standard operations. What happens during upgrade: @@ -120 +114 @@ After the upgrade: -The upgrade doesn’t perform a historical backfill of row lineage change tracking records. +The upgrade doesn't perform a historical backfill of row lineage change tracking records. @@ -124,3 +118 @@ The upgrade doesn’t perform a historical backfill of row lineage change tracki -To take advantage of deletion vectors for updates, deletes, and merges, configure your write mode. - -Using Spark SQL: +To take advantage of deletion vectors for updates, deletes, and merges, configure your write mode. Using Spark SQL: @@ -241 +233 @@ When you migrate from version 2 to version 3, follow these best practices: - * Third-party tools – Verify your tool’s version 3 compatibility before you upgrade. + * Third-party tools – Verify your tool's version 3 compatibility before you upgrade. @@ -260 +252 @@ When you migrate from version 2 to version 3, follow these best practices: - * Make sure that you’re using the latest versions of AWS services. + * Make sure that you're using the latest versions of AWS services. @@ -302 +294 @@ You can verify table properties with the following code: - * For AWS service-specific issues, contact [AWS Support](https://aws.amazon.com/contact-us/). + * For AWS service-specific issues, contact [AWS Support.](https://aws.amazon.com/contact-us/) @@ -334 +326 @@ Iceberg table format specification version 3 support is available in all AWS Reg - * [Guidance for migrating tabular data from Amazon S3 to S3 Tables](https://aws.amazon.com/solutions/guidance/migrating-tabular-data-from-amazon-s3-to-s3-tables/) + * [Guidance for migrating tabular data from ](https://aws.amazon.com/solutions/guidance/migrating-tabular-data-from-amazon-s3-to-s3-tables/)Amazon S3[ to S3 Tables](https://aws.amazon.com/solutions/guidance/migrating-tabular-data-from-amazon-s3-to-s3-tables/)