[ https://issues.apache.org/jira/browse/FLINK-33208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ferenc Csaky updated FLINK-33208: --------------------------------- Fix Version/s: hbase-4.0.0 > Support the writable metadata timestamp for hbase connector > ----------------------------------------------------------- > > Key: FLINK-33208 > URL: https://issues.apache.org/jira/browse/FLINK-33208 > Project: Flink > Issue Type: New Feature > Components: Connectors / HBase > Affects Versions: hbase-3.0.1 > Reporter: tanjialiang > Assignee: tanjialiang > Priority: Major > Labels: pull-request-available > Fix For: hbase-3.0.1, hbase-4.0.0 > > > Currently, the hbase sink does not support write data with `timestamp`, which > may cause the data to be written out of order. I suggest to support the > timestamp writable metadata for hbase connector so that we can set the > `timestamp` when we writing. > {code:java} > CREATE TABLE hTable ( > rowkey INT, > family1 ROW<q1 INT>, > version TIMESTAMP_LTZ(3) METADATA FROM 'timestamp', > PRIMARY KEY (rowkey) NOT ENFORCED > ) WITH ( > 'connector' = 'hbase-2.2', > 'table-name' = 'mytable', > 'zookeeper.quorum' = 'localhost:2181' > );{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)