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 2019/08/19 16:11:05 UTC

[flink] branch master updated (f539300 -> d20175e)

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 f539300  [FLINK-13231] [pubsub] Replace Max outstanding acknowledgement ids limit with a FlinkConnectorRateLimiter
     add b837a58  [FLINK-13699][table-api] Fix TableFactory doesn't work with DDL when containing TIMESTAMP/DATE/TIME types
     add d20175e  [FLINK-13699][hbase] Add integration test for HBase to verify DDL with TIMESTAMP types

No new revisions were added by this update.

Summary of changes:
 .../flink/addons/hbase/util/HBaseTypeUtils.java    |   3 +-
 .../flink/addons/hbase/HBaseConnectorITCase.java   | 128 +++++++++++++++++++--
 .../flink/addons/hbase/util/HBaseTestBase.java     |  16 +++
 .../apache/flink/table/utils/TypeStringUtils.java  |   9 +-
 .../flink/table/utils/TypeStringUtilsTest.java     |  13 +++
 5 files changed, 152 insertions(+), 17 deletions(-)