This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch fix-subsection-rendering
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 2df627197daac9ee5a9e522cde6122a879942ea7
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Mon Feb 5 15:54:58 2024 +0100

    Docs: Add newline so that subsection is correctly rendered
---
 docs/docs/spark-queries.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/docs/spark-queries.md b/docs/docs/spark-queries.md
index 88dff62fca..4086b0049f 100644
--- a/docs/docs/spark-queries.md
+++ b/docs/docs/spark-queries.md
@@ -402,6 +402,7 @@ SELECT * FROM prod.db.table.all_entries;
 | status | snapshot_id | sequence_number | file_sequence_number | data_file | 
readable_metrics |
 | -- | -- | -- | -- | -- | -- |
 | 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 [...]
+
 #### All Manifests
 
 To show all of the table's manifest files:

Reply via email to