LadyForest commented on code in PR #159: URL: https://github.com/apache/flink-table-store/pull/159#discussion_r898817487
########## docs/content/docs/development/query-table.md: ########## @@ -58,51 +58,14 @@ Supported filter functions are: - `in` - starts with `like` -## Streaming Real-time +## Real-time Streaming Consumption By default, data is only visible after the checkpoint, which means that the streaming reading has transactional consistency. -If you want the data to be immediately visible, you need to set the following options: +If you want the data to be immediately visible, you need to set table option: Review Comment: ```suggestion Immediate data visibility is configured via ``` -- 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]
