hailin0 commented on code in PR #6757:
URL: https://github.com/apache/seatunnel/pull/6757#discussion_r1580514441
##########
docs/en/concept/sql-config.md:
##########
@@ -0,0 +1,187 @@
+# SQL Configuration File
+
+## Structure of SQL Configuration File
+
+The `SQL` configuration file appears as follows.
+
+### SQL
+
+```sql
+/* config
+env {
+ parallelism = 1
+ job.mode = "BATCH"
+}
+*/
+
+CREATE TABLE source_table WITH (
+ 'connector'='jdbc',
Review Comment:
Is it better for this field value refer to
[plugin-mapping.properties](https://github.com/apache/seatunnel/blob/dev/plugin-mapping.properties)?
--
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]