You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/06/17 06:57:36 UTC

[flink] branch release-1.11 updated (b2711c5 -> 8192e1b)

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from b2711c5  [FLINK-18072][hbase] Fix HBaseLookupFunction can not work with new internal data structure RowData
     add 8192e1b  Revert "[FLINK-18072][hbase] Fix HBaseLookupFunction can not work with new internal data structure RowData"

No new revisions were added by this update.

Summary of changes:
 .../hbase/source/HBaseDynamicTableSource.java      |   2 +-
 .../hbase/source/HBaseLookupFunction.java          |   2 +-
 .../hbase/source/HBaseRowDataLookupFunction.java   | 154 --------
 .../flink/connector/hbase/util/HBaseSerde.java     |  26 --
 .../connector/hbase/HBaseConnectorITCase.java      | 423 +++++++++++++--------
 .../hbase/HBaseDynamicTableFactoryTest.java        |   6 +-
 .../flink/connector/hbase/util/HBaseTestBase.java  |  68 +---
 7 files changed, 273 insertions(+), 408 deletions(-)
 delete mode 100644 flink-connectors/flink-connector-hbase/src/main/java/org/apache/flink/connector/hbase/source/HBaseRowDataLookupFunction.java