fhueske commented on a change in pull request #6621:  [FLINK-8686] [sql-client] 
Limit result size for prototyping modes
URL: https://github.com/apache/flink/pull/6621#discussion_r213009599
 
 

 ##########
 File path: docs/dev/table/sqlClient.md
 ##########
 @@ -200,14 +201,16 @@ functions:
 execution:
   type: streaming                   # required: execution mode either 'batch' 
or 'streaming'
   result-mode: table                # required: either 'table' or 'changelog'
+  max-table-result-rows: 1000000    # optional: maximum number of maintained 
rows in
 
 Review comment:
   Allow to disable by setting to `-1`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to