liyafan82 commented on a change in pull request #8854: 
[FLINK-12959][table-planner-blink] Use BoundedInput and InputSelectable in 
blink and implement hash join
URL: https://github.com/apache/flink/pull/8854#discussion_r299342932
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/api/TableConfigOptions.java
 ##########
 @@ -151,6 +151,16 @@
                                        .defaultValue(32)
                                        .withDescription("Sets the table 
reserved memory size of hashAgg operator. It defines the lower limit.");
 
+       public static final ConfigOption<Integer> 
SQL_RESOURCE_HASH_JOIN_TABLE_MEM =
+                       key("sql.resource.hash-join.table.memory.mb")
+                                       .defaultValue(32)
+                                       .withDescription("Sets the HashTable 
reserved memory for hashJoin operator. It defines the lower limit for.");
 
 Review comment:
   remove "for"

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to