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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1058a2005 [doc] [Transform-sql-Use UDAF] The demo on the official 
website has incorrect configuration parameters (#3395)
1058a2005 is described below

commit 1058a20053567f35c6e777ecef192d4fd78708b0
Author: Carl-Zhou-CN <[email protected]>
AuthorDate: Fri Nov 11 16:40:41 2022 +0800

    [doc] [Transform-sql-Use UDAF] The demo on the official website has 
incorrect configuration parameters (#3395)
    
    Co-authored-by: zhouyao <[email protected]>
---
 docs/en/transform/sql.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/en/transform/sql.md b/docs/en/transform/sql.md
index 72af7355c..c06e6357c 100644
--- a/docs/en/transform/sql.md
+++ b/docs/en/transform/sql.md
@@ -56,7 +56,6 @@ Use SQL plugin for data aggregation, use avg functions to 
perform aggregation op
 ```bash
 sql {
     sql = "select avg(age) from user_info",
-    table_name = "user_info"
 }
 ```
 

Reply via email to