Skip to content

Commit

Permalink
[Doc] Update Flink_connector.md
Browse files Browse the repository at this point in the history
English version of #53601 

Signed-off-by: Dan Roscigno <[email protected]>
  • Loading branch information
DanRoscigno authored Jan 29, 2025
1 parent ff432b6 commit 0b55bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/unloading/Flink_connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ When you read data by using Flink SQL, take note of the following points:
- Predicate pushdown is supported. For example, if your query contains a filter condition `char_1 <> 'A' and int_1 = -126`, the filter condition will be pushed down to the Flink connector and transformed into a statement that can be executed by StarRocks before the query is run. You do not need to perform extra configurations.
- The LIMIT statement is not supported.
- StarRocks does not support the checkpointing mechanism. As a result, data consistency cannot be guaranteed if the read task fails.
- The order of the fields in the created table must be the same as in the StarRocks table.

### Read data using Flink DataStream

Expand Down

0 comments on commit 0b55bc6

Please sign in to comment.