liuml07 commented on code in PR #21549:
URL: https://github.com/apache/flink/pull/21549#discussion_r1054985251
##########
docs/content/docs/connectors/table/filesystem.md:
##########
@@ -33,6 +33,18 @@ The file system connector itself is included in Flink and
does not require an ad
The corresponding jar can be found in the Flink distribution inside the `/lib`
directory.
A corresponding format needs to be specified for reading and writing rows from
and to a file system.
+NOTE: If you use the filesystem connector for [local execution]({{< ref
"docs/dev/dataset/local_execution" >}}),
+for e.g. running Flink job in your IDE, you will need to add dependency.
+
+```xml
Review Comment:
In the PR description, we mentioned why this does not use the
`sql_download_table` shortcodes like `{{< sql_download_table "files" >}}`.
--
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]