mans2singh commented on a change in pull request #16519: URL: https://github.com/apache/flink/pull/16519#discussion_r671826275
########## File path: docs/content/docs/dev/table/sourcesSinks.md ########## @@ -249,9 +249,9 @@ When writing a dynamic table, the content can always be considered as a changelo for which all changes are written out continuously until the changelog is exhausted. The returned _changelog mode_ indicates the set of changes that the sink accepts during runtime. -For regular batch scenarios, the sink can solely accept insert-only rows and write out bounded streams. +For regular batch scenarios, the sink can only accept insert-only rows and write out bounded streams. -For regular streaming scenarios, the sink can solely accept insert-only rows and can write out unbounded streams. Review comment: Hi @leonardBang - I have reverted that change. Please let me know if the second part is ok. Thanks for your time. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org