This is an automated email from the ASF dual-hosted git repository.
openinx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 10a8e49 Docs: Avoid insinuating other file format is supported (#2883)
10a8e49 is described below
commit 10a8e497064a557cb522d8cfe18b058b9537b692
Author: Piotr Findeisen <[email protected]>
AuthorDate: Wed Jul 28 13:42:29 2021 +0200
Docs: Avoid insinuating other file format is supported (#2883)
---
site/docs/spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docs/spec.md b/site/docs/spec.md
index 89a99f1..1fcd389 100644
--- a/site/docs/spec.md
+++ b/site/docs/spec.md
@@ -21,7 +21,7 @@ This is a specification for the Iceberg table format that is
designed to manage
#### Version 1: Analytic Data Tables
-**Iceberg format version 1 is the current version**. It defines how to manage
large analytic tables using immutable file formats, like Parquet, Avro, and ORC.
+**Iceberg format version 1 is the current version**. It defines how to manage
large analytic tables using immutable file formats: Parquet, Avro, and ORC.
#### Version 2: Row-level Deletes