hailin0 commented on code in PR #5931:
URL: https://github.com/apache/seatunnel/pull/5931#discussion_r1411653825
##########
docs/en/connector-v2/sink/LocalFile.md:
##########
@@ -237,6 +237,18 @@ LocalFile {
```
+For multiple table
+
+```bash
+
+LocalFile {
+ path = "/tmp/hive/warehouse/${table_name}"
+ file_format_type = "parquet"
+ sink_columns = ["name","age"]
+}
Review Comment:
update `For multiple table` to `For extract source metadata`?
##########
docs/en/connector-v2/sink/LocalFile.md:
##########
@@ -237,6 +237,18 @@ LocalFile {
```
+For multiple table
+
+```bash
+
+LocalFile {
+ path = "/tmp/hive/warehouse/${table_name}"
+ file_format_type = "parquet"
+ sink_columns = ["name","age"]
+}
Review Comment:
update `For multiple table` to `For extract source metadata`?
--
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]