Skip to content

Commit

Permalink
Improve the wording of note (#131)
Browse files Browse the repository at this point in the history
* wording

* update
  • Loading branch information
WanYixian authored Dec 16, 2024
1 parent 049b472 commit 968fa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion delivery/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ File sink currently supports only append-only mode, so please change the query t
## Batching strategy for file sink

<Note>
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 available since version 2.1.
</Note>

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.
Expand Down
2 changes: 1 addition & 1 deletion ingestion/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RisingWave supports reading data from file sources including AWS S3, GCS, and Az
### Batch reading from file source

<Note>
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 available since version 2.1.
</Note>

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.
Expand Down

0 comments on commit 968fa53

Please sign in to comment.