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

echauchot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4ccb2f69c290d5deea38e34a4c2c82091d6acdee
Author: Etienne Chauchot <echauc...@apache.org>
AuthorDate: Wed Sep 20 15:30:52 2023 +0200

    [FLINK-33059][connectors][doc] Update website docs
---
 docs/content/docs/connectors/table/filesystem.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/connectors/table/filesystem.md 
b/docs/content/docs/connectors/table/filesystem.md
index 274bb882cc2..b9c6e94c285 100644
--- a/docs/content/docs/connectors/table/filesystem.md
+++ b/docs/content/docs/connectors/table/filesystem.md
@@ -95,8 +95,8 @@ The file system table supports both partition inserting and 
overwrite inserting.
 
 The file system connector supports multiple formats:
 
- - CSV: [RFC-4180](https://tools.ietf.org/html/rfc4180). Uncompressed.
- - JSON: Note JSON format for file system connector is not a typical JSON file 
but uncompressed [newline delimited JSON](http://jsonlines.org/).
+ - CSV: [RFC-4180](https://tools.ietf.org/html/rfc4180).
+ - JSON: Note JSON format for file system connector is not a typical JSON file 
but [newline delimited JSON](http://jsonlines.org/).
  - Avro: [Apache Avro](http://avro.apache.org). Support compression by 
configuring `avro.codec`.
  - Parquet: [Apache Parquet](http://parquet.apache.org). Compatible with Hive.
  - Orc: [Apache Orc](http://orc.apache.org). Compatible with Hive.

Reply via email to