531651225 commented on code in PR #3679: URL: https://github.com/apache/incubator-seatunnel/pull/3679#discussion_r1091762039
########## docs/en/connector-v2/source/StarRocks.md: ########## @@ -0,0 +1,146 @@ +# StarRocks + +> StarRocks source connector + +## Description +Read external data source data through StarRocks. +The internal implementation of StarRocks source connector is obtains the query plan from the frontend (FE), +delivers the query plan as a parameter to BE nodes, and then obtains data results from BE nodes.. +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [ ] [stream](../../concept/connector-v2-features.md) +- [x] [exactly-once](../../concept/connector-v2-features.md) +- [x] [schema projection](../../concept/connector-v2-features.md) + Review Comment: > <img alt="image" width="342" src="https://user-images.githubusercontent.com/32193458/215684511-cebe342f-d0b0-44d9-96c0-297297f9e446.png"> > > You lost some key features. already fix it.PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
