ruanwenjun commented on code in PR #5931:
URL: https://github.com/apache/seatunnel/pull/5931#discussion_r1410295214
##########
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:
Multiple table is same with single table, but it can change the path by
inject the table name from catalogTable(Although single table can also do this)
--
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]