You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/09/21 02:24:26 UTC

[flink] branch master updated (3a133b1 -> a4d037b)

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 3a133b1  [FLINK-19224][state-processor-api] Support reading window operator state
     add a4d037b  [FLINK-19064][hbase] HBaseRowDataInputFormat is leaking resources

No new revisions were added by this update.

Summary of changes:
 .../hbase/source/AbstractTableInputFormat.java     | 154 +++++++++++----------
 .../connector/hbase/source/HBaseInputFormat.java   |  20 +--
 .../hbase/source/HBaseRowDataInputFormat.java      |  20 ++-
 .../hbase/source/HBaseRowInputFormat.java          |  21 ++-
 .../connector/hbase/HBaseConnectorITCase.java      |  26 ++++
 5 files changed, 132 insertions(+), 109 deletions(-)