This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7ed5ea65845bf3be81ac9115988d1610e7d1ea5e
Author: slinkydeveloper <francescogu...@gmail.com>
AuthorDate: Thu Sep 23 16:32:50 2021 +0200

    [hotfix][docs] Specify that there is no defined ingestion order for the 
files in a directory when using the filesystem connector
    
    Signed-off-by: slinkydeveloper <francescogu...@gmail.com>
    
    This closes #17343.
---
 docs/content/docs/connectors/table/filesystem.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/content/docs/connectors/table/filesystem.md 
b/docs/content/docs/connectors/table/filesystem.md
index 4fa3458..7f143b3 100644
--- a/docs/content/docs/connectors/table/filesystem.md
+++ b/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.
+
 ## Streaming Sink
 
 The file system connector supports streaming writes, based on Flink's 
[Streaming File Sink]({{< ref "docs/connectors/datastream/streamfile_sink" >}})

Reply via email to