[
https://issues.apache.org/jira/browse/FLINK-33206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser closed FLINK-33206.
----------------------------------
Fix Version/s: hbase-3.0.1
Resolution: Fixed
Fixed in apache/flink-connector-hbase
main: 00143773ba3f647099b7f53c17133fef99ab8fed
v3.0: db4f3389a791e954bdbca0f5fbaa3a09cdc95148
> Verify the existence of hbase table before read/write
> -----------------------------------------------------
>
> Key: FLINK-33206
> URL: https://issues.apache.org/jira/browse/FLINK-33206
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / HBase
> Affects Versions: hbase-3.0.1
> Reporter: tanjialiang
> Assignee: tanjialiang
> Priority: Critical
> Labels: pull-request-available, stale-blocker
> Fix For: hbase-3.0.1
>
> Attachments: image-2023-10-08-16-54-05-917.png
>
>
> Currently, we do not verify the existence of hbase table before read/write,
> and the error would make the user confused.
> The `HBaseSinkFunction` throws `TableNotFoundException` when do flush.
> The `inputFormat` throws not obvious enough.
> !image-2023-10-08-16-54-05-917.png!
> So i think we should verify the existence of hbase table when call `open`
> function.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)