Skip to content

Commit

Permalink
Spec: Fix current-version-id in view-spec.md example (apache#12146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsantos0911 authored and jbonofre committed Feb 3, 2025
1 parent 44979fc commit dad47a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/view-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit dad47a0

Please sign in to comment.