slinkydeveloper commented on a change in pull request #17343:
URL: https://github.com/apache/flink/pull/17343#discussion_r718233963
##########
File path: docs/content/docs/connectors/table/filesystem.md
##########
@@ -102,6 +102,12 @@ The file system connector supports multiple formats:
- Canal-JSON: [canal-json]({{< ref "docs/connectors/table/formats/canal" >}}).
- Raw: [raw]({{< ref "docs/connectors/table/formats/raw" >}}).
+## Source
+
+The file system connector can be used to read single files or entire
directories into a single table.
+
+When using a directory as the source path, there is no defined order of
ingestion for the files inside the directory.
Review comment:
How about 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]