Tan-JiaLiang opened a new pull request, #24:
URL: https://github.com/apache/flink-connector-hbase/pull/24
## What is the purpose of the change
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.
## Brief change log
- *support the writable metadata timestamp*
## Verifying this change
This change is already covered by existing tests, such as
-
*org.apache.flink.connector.hbase1.HBaseConnectorITCase#testTableSinkWithTimestampMetadata*
-
*org.apache.flink.connector.hbase2.HBaseConnectorITCase#testTableSinkWithTimestampMetadata*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]