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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4698576f3 [Improvement] Improve the description and image for  mixed 
format in docs (#3484)
4698576f3 is described below

commit 4698576f336d1ec1987d914add5d6d750456b130
Author: ZhouJinsong <[email protected]>
AuthorDate: Fri Mar 28 17:12:04 2025 +0800

    [Improvement] Improve the description and image for  mixed format in docs 
(#3484)
    
    * Polish mixed format table images
    
    * Polish some description for mixed format
---
 docs/formats/mixed-iceberg.md             |   2 +-
 docs/images/formats/mixed_format.png      | Bin 333121 -> 652795 bytes
 docs/images/formats/mixed_hive_format.png | Bin 348816 -> 662424 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formats/mixed-iceberg.md b/docs/formats/mixed-iceberg.md
index 22660fd3f..30eb63369 100644
--- a/docs/formats/mixed-iceberg.md
+++ b/docs/formats/mixed-iceberg.md
@@ -53,7 +53,7 @@ There are some limitations in using the Mixed-Iceberg format:
 
 - Compatibility limited — In scenarios where Hive and Iceberg are compatible, 
there may be a violation of primary key uniqueness or the failure of conflict 
resolution.
 - Primary key constraint — When the primary key does not include partition 
keys and there are no updates to the stream data, normalized operators or other 
methods need to be used to restore the previous data to ensure primary key 
uniqueness.
-- Engines integrated — Currently supports reading and writing with Flink and 
Spark, and querying data with Trino and Impala.
+- Engines integrated — Currently supports reading and writing with Flink and 
Spark, and querying data with Trino.
 
 The BaseStore and ChangeStore of the Mixed-Iceberg format both use the Iceberg 
format and are consistent with Iceberg in schema, types, and partition usage. 
 While possessing the features of the Mixed-Iceberg format, the BaseStore and 
ChangeStore can be read and written using the native Iceberg connector, thus 
having all the functional features of the Iceberg format. 
diff --git a/docs/images/formats/mixed_format.png 
b/docs/images/formats/mixed_format.png
index c22389395..10cbea6bf 100644
Binary files a/docs/images/formats/mixed_format.png and 
b/docs/images/formats/mixed_format.png differ
diff --git a/docs/images/formats/mixed_hive_format.png 
b/docs/images/formats/mixed_hive_format.png
index 05a717f23..949039544 100644
Binary files a/docs/images/formats/mixed_hive_format.png and 
b/docs/images/formats/mixed_hive_format.png differ

Reply via email to