This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 7064b09797 Docs: Improve json readability in view spec (#15505)
7064b09797 is described below
commit 7064b09797cc7448c7b8ab1cb8430608ddf8bfb2
Author: Yuya Ebihara <[email protected]>
AuthorDate: Wed Mar 4 19:11:12 2026 +0900
Docs: Improve json readability in view spec (#15505)
---
format/view-spec.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/format/view-spec.md b/format/view-spec.md
index fa331aa310..34a6714547 100644
--- a/format/view-spec.md
+++ b/format/view-spec.md
@@ -188,7 +188,7 @@ The path is intentionally similar to the path for Iceberg
tables and uses a `met
```
s3://bucket/warehouse/default.db/event_agg/metadata/00001-(uuid).metadata.json
```
-```
+```json
{
"view-uuid": "fa6506c3-7681-40c8-86dc-e36561f83385",
"format-version" : 1,
@@ -257,7 +257,7 @@ Updating the view produces a new metadata file that
completely replaces the old:
```
s3://bucket/warehouse/default.db/event_agg/metadata/00002-(uuid).metadata.json
```
-```
+```json
{
"view-uuid": "fa6506c3-7681-40c8-86dc-e36561f83385",
"format-version" : 1,