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_r213361052
 
 

 ##########
 File path: 
flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/result/MaterializedCollectStreamResult.java
 ##########
 @@ -38,6 +39,22 @@
  */
 public class MaterializedCollectStreamResult<C> extends CollectStreamResult<C> 
implements MaterializedResult<C> {
 
+       /** Default threshold for cleaning up deleted rows in the materialized 
table. */
+       public static final int DEFAULT_OVERCOMMIT_THRESHOLD = 500;
 
 Review comment:
   Should we make it relative to the total size? Like 1% or so?

----------------------------------------------------------------
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