kevinjqliu commented on code in PR #13267: URL: https://github.com/apache/iceberg/pull/13267#discussion_r2143082313
########## docs/docs/aws.md: ########## @@ -382,7 +382,9 @@ s3://my-table-data-bucket/my_ns.db/my_table/0101/0110/1001/10110010/category=ord ``` Note, the path resolution logic for `ObjectStoreLocationProvider` is `write.data.path` then `<tableLocation>/data`. + Review Comment:  ########## docs/docs/spark-queries.md: ########## @@ -327,9 +327,10 @@ SELECT * FROM prod.db.table.files; !!! info Content refers to type of content stored by the data file: - * 0 Data - * 1 Position Deletes - * 2 Equality Deletes + Review Comment: ![Uploading Screenshot 2025-06-12 at 8.36.23 AM.jpg…]() ########## docs/docs/flink-writes.md: ########## @@ -391,6 +391,8 @@ SET table.exec.iceberg.use-v2-sink = true; ## Writing with DataStream To use SinkV2 based implementation, replace `FlinkSink` with `IcebergSink` in the provided snippets. -Warning: There are some slight differences between these implementations: -- The `RANGE` distribution mode is not yet available for the `IcebergSink` -- When using `IcebergSink` use `uidSuffix` instead of the `uidPrefix` +!!! warning Review Comment:  ########## docs/docs/hive.md: ########## @@ -386,6 +386,7 @@ ALTER TABLE orders REPLACE COLUMNS (remaining string); #### Partition evolution You change the partitioning schema using the following commands: + Review Comment: ![Uploading Screenshot 2025-06-12 at 8.36.02 AM.jpg…]() -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org