From 1e7ba61b7b43b4905275c2fb7c88e23b22af6f80 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Mon, 16 Dec 2024 14:12:41 +0800 Subject: [PATCH 1/2] wording --- delivery/overview.mdx | 2 +- ingestion/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery/overview.mdx b/delivery/overview.mdx index b402ec1e..e731d873 100644 --- a/delivery/overview.mdx +++ b/delivery/overview.mdx @@ -134,7 +134,7 @@ File sink currently supports only append-only mode, so please change the query t ## Batching strategy for file sink -Batching strategy for file sink is newly introduced in version 2.1 and is not supported in versions prior to 2.1. If you want to use it, please upgrade to version 2.1. +Batching strategy for file sink is only available since version 2.1. Please upgrade to use it. RisingWave implements batching strategies for file sinks to optimize file management by preventing the generation of numerous small files. The batching strategy is available for Parquet, JSON, and CSV encode. diff --git a/ingestion/overview.mdx b/ingestion/overview.mdx index 20d15db2..a3fab6fd 100644 --- a/ingestion/overview.mdx +++ b/ingestion/overview.mdx @@ -133,7 +133,7 @@ RisingWave supports reading data from file sources including AWS S3, GCS, and Az ### Batch reading from file source -Batch reading from file source is newly introduced in version 2.1 and is not supported in versions prior to 2.1. If you want to use it, please upgrade to version 2.1. +Batch reading from file source is only available since version 2.1. Please upgrade to use it. To read data in batch from file sources, you need to create a materialized view from the source or create a table with the appropriate connector. You can also directly query the file source. Below are examples using AWS S3. From a7b107d26f1290787e378bb57f51c24188652048 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Mon, 16 Dec 2024 14:15:55 +0800 Subject: [PATCH 2/2] update --- delivery/overview.mdx | 2 +- ingestion/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery/overview.mdx b/delivery/overview.mdx index e731d873..29d9efc3 100644 --- a/delivery/overview.mdx +++ b/delivery/overview.mdx @@ -134,7 +134,7 @@ File sink currently supports only append-only mode, so please change the query t ## Batching strategy for file sink -Batching strategy for file sink is only available since version 2.1. Please upgrade to use it. +Batching strategy for file sink is available since version 2.1. RisingWave implements batching strategies for file sinks to optimize file management by preventing the generation of numerous small files. The batching strategy is available for Parquet, JSON, and CSV encode. diff --git a/ingestion/overview.mdx b/ingestion/overview.mdx index a3fab6fd..93175770 100644 --- a/ingestion/overview.mdx +++ b/ingestion/overview.mdx @@ -133,7 +133,7 @@ RisingWave supports reading data from file sources including AWS S3, GCS, and Az ### Batch reading from file source -Batch reading from file source is only available since version 2.1. Please upgrade to use it. +Batch reading from file source is available since version 2.1. To read data in batch from file sources, you need to create a materialized view from the source or create a table with the appropriate connector. You can also directly query the file source. Below are examples using AWS S3.