This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 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 83653ba9ad Docs: Fix bullet list formatting in fileio usage section
(#15106)
83653ba9ad is described below
commit 83653ba9ad1de44fd389ea6468f2886d18f475e8
Author: Debjani Banerjee <[email protected]>
AuthorDate: Wed Jan 28 22:58:23 2026 -0800
Docs: Fix bullet list formatting in fileio usage section (#15106)
---
docs/docs/fileio.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/docs/fileio.md b/docs/docs/fileio.md
index 0062219a49..6c7a779193 100644
--- a/docs/docs/fileio.md
+++ b/docs/docs/fileio.md
@@ -33,6 +33,7 @@ The metadata for an Iceberg table tracks the absolute path
for data files which
The responsibility of reading and writing data files lies with the processing
engines and happens during task execution. However, after data files are
written, processing engines use FileIO to write new Iceberg metadata files that
capture the new state of the table.
Different FileIO implementations are used depending on the type of storage.
Iceberg comes with a set of FileIO implementations for popular storage
providers.
+
- Amazon S3
- Google Cloud Storage
- Object Service Storage (including https)