This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 61edf26 [FLINK-15398][docs] Fix incorrect code example in "Catalogs"
page (#10786)
add 69ed6fe [FLINK-15465][FLINK-11964][table-runtime-blink] Fix required
memory calculation not accurate and hash collision bugs in hash table (#10756)
No new revisions were added by this update.
Summary of changes:
.../runtime/hashtable/BaseHybridHashTable.java | 11 ++-
.../runtime/hashtable/BinaryHashBucketArea.java | 107 +++++++++++++--------
.../table/runtime/hashtable/BinaryHashTable.java | 6 +-
.../table/runtime/hashtable/LongHashPartition.java | 32 +++---
.../runtime/hashtable/LongHybridHashTable.java | 2 +-
.../runtime/hashtable/BinaryHashTableTest.java | 16 +++
6 files changed, 106 insertions(+), 68 deletions(-)