This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch fix_hive_source_doc in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
commit efea3b92b68b60d368bacd99ff28dfe38eaf6930 Author: gaojun <[email protected]> AuthorDate: Tue Sep 20 13:49:48 2022 +0800 Fix hive source doc --- docs/en/connector-v2/source/Hive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/connector-v2/source/Hive.md b/docs/en/connector-v2/source/Hive.md index dcc4030f5..1b1da9b2c 100644 --- a/docs/en/connector-v2/source/Hive.md +++ b/docs/en/connector-v2/source/Hive.md @@ -12,7 +12,7 @@ In order to use this connector, You must ensure your spark/flink cluster already - [x] [exactly-once](../../concept/connector-v2-features.md) -By default, we use 2PC commit to ensure `exactly-once` +Read all the data in a split in a pollNext call. What splits are read will be saved in snapshot. - [ ] [schema projection](../../concept/connector-v2-features.md) - [x] file format
