Carl-Zhou-CN commented on code in PR #3395:
URL:
https://github.com/apache/incubator-seatunnel/pull/3395#discussion_r1019979166
##########
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"
Review Comment:
> change `table_name` to `result_table_name` ?
thank you,in common-options.mdx, there is a pair of results_ table_
name,source_ table_name unified description of name,I think this parameter
should be added to all Sql Transforms or not. What do you think
http://seatunnel.incubator.apache.org/docs/2.3.0-beta/transform/common-options
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]