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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 494a75c723 fix: typos in release-1.0
494a75c723 is described below

commit 494a75c723e36e13cfc4c9e84b4d1a5b9b6e4453
Author: JingsongLi <[email protected]>
AuthorDate: Sat Mar 15 23:19:22 2025 +0800

    fix: typos in release-1.0
---
 community/docs/releases/release-1.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/docs/releases/release-1.0.md 
b/community/docs/releases/release-1.0.md
index f3fe21d04c..5aaceb27cd 100644
--- a/community/docs/releases/release-1.0.md
+++ b/community/docs/releases/release-1.0.md
@@ -172,7 +172,7 @@ We completely restructured Paimon's Parquet Reader by 
referencing Spark SQL's Pa
 
 Improvements in Nested Schema support Nested Projection Pushdown and Nested 
Schema Evolution, allowing Paimon to fully support nested types and complete 
Schema Evolution.
 
-Interestingly, a binlog system table has been introduced to allow querying 
binlogs through a binlog table; previous and subsequent updates will be packed 
into a single line, allowing stream reads to behave like MySQL binlogs, 
enabling you to处理在一起的 -U 和 +U 消息 (process -U and +U messages together).
+Interestingly, a binlog system table has been introduced to allow querying 
binlogs through a binlog table; previous and subsequent updates will be packed 
into a single line, allowing stream reads to behave like MySQL binlogs, 
enabling you to process -U and +U messages together.
 
 ## Flink Integration
 

Reply via email to