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 c0f1abd6a4 Spec: Fix typo in view spec (#12405)
c0f1abd6a4 is described below

commit c0f1abd6a4ad4a09e75f301f199bc549b689a742
Author: Ajantha Bhat <[email protected]>
AuthorDate: Wed Feb 26 21:00:26 2025 +0530

    Spec: Fix typo in view spec (#12405)
---
 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 5b612c0734..3b72d76f6b 100644
--- a/format/view-spec.md
+++ b/format/view-spec.md
@@ -66,7 +66,7 @@ The view version metadata file has the following fields:
 
 Notes:
 
-1. The number of versions to retain is controlled by the table property: 
`version.history.num-entries`.
+1. The number of versions to retain is controlled by the view property: 
`version.history.num-entries`.
 2. Properties are used for metadata such as `comment` and for settings that 
affect view maintenance. This is not intended to be used for arbitrary metadata.
 
 #### Versions

Reply via email to