This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ae465b2a6 [doc] Add format table in python-api
1ae465b2a6 is described below

commit 1ae465b2a6b4b813aefcaa1b257bf68873ab4335
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 30 14:45:06 2026 +0800

    [doc] Add format table in python-api
---
 docs/content/pypaimon/python-api.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/content/pypaimon/python-api.md 
b/docs/content/pypaimon/python-api.md
index 5516adf7fb..cf838372fa 100644
--- a/docs/content/pypaimon/python-api.md
+++ b/docs/content/pypaimon/python-api.md
@@ -577,7 +577,13 @@ The following shows the supported features of Python 
Paimon compared to Java Pai
       - only support deduplicate
       - `bucket = -2` (postpone)
       - `bucket > 0` (fixed)
-      - read with deletion vectors enabled
+      - read with deletion vectors enabled 
+  - Format Tables
+      - PARQUET
+      - CSV
+      - JSON
+      - ORC
+      - TEXT
   - Read/Write Operations
       - Batch read and write for append tables and primary key tables
       - Predicate filtering

Reply via email to