elphastori commented on code in PR #13104: URL: https://github.com/apache/iceberg/pull/13104#discussion_r2121343055
########## docs/docs/spark-queries.md: ########## @@ -299,6 +299,16 @@ SELECT * FROM prod.db.table.entries; | -- | -- | -- | -- | -- | -- | | 2 | 57897183625154 | 0 | 0 | {"content":0,"file_path":"s3:/.../table/data/00047-25-833044d0-127b-415c-b874-038a4f978c29-00612.parquet","file_format":"PARQUET","spec_id":0,"record_count":15,"file_size_in_bytes":473,"column_sizes":{1:103},"value_counts":{1:15},"null_value_counts":{1:0},"nan_value_counts":{},"lower_bounds":{1:},"upper_bounds":{1:},"key_metadata":null,"split_offsets":[4],"equality_ids":null,"sort_order_id":0} | {"c1":{"column_size":103,"value_count":15,"null_value_count":0,"nan_value_count":null,"lower_bound":1,"upper_bound":3}} | +Note: + +1. The columns of the `entries` table correspond to the fields of the `manifest_entry` struct (see the [manifest file schema](../../spec.md#manifests) for the full definition): + - `status`: Used to track additions and deletions + - `snapshot_id`: The ID of the snapshot in which the file was added or removed + - `sequence_number`: Used for ordering changes across snapshots + - `file_sequence_number`: Indicates when the file was added + - `data_file`: A struct with metadata, the fields are also defined in the [manifest file schema](../../spec.md#manifests) Review Comment: Thanks! I've applied the suggestion, it reads much better: <img width="740" alt="data_file" src="https://github.com/user-attachments/assets/2b6e4ea1-a103-4ba2-b88e-c60642b0514f" /> -- 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