From dad47a038ddd7e7ac4b96aaa4ab0cf4f194e5bb4 Mon Sep 17 00:00:00 2001 From: ldsantos0911 <36975329+ldsantos0911@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:07:33 -0800 Subject: [PATCH] Spec: Fix current-version-id in view-spec.md example (#12146) --- format/view-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/view-spec.md b/format/view-spec.md index 011781d9e4ab..5b612c07347b 100644 --- a/format/view-spec.md +++ b/format/view-spec.md @@ -263,7 +263,7 @@ s3://bucket/warehouse/default.db/event_agg/metadata/00002-(uuid).metadata.json "view-uuid": "fa6506c3-7681-40c8-86dc-e36561f83385", "format-version" : 1, "location" : "s3://bucket/warehouse/default.db/event_agg", - "current-version-id" : 1, + "current-version-id" : 2, "properties" : { "comment" : "Daily event counts" },