Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0, 1.10.1, 1.11.0, 1.12.0
Description
HBase ConnectorDescriptor should not use formatDescriptor, the formatNeeded should be false, but the constructor set it false.
public HBase() { // formatNeeded super(CONNECTOR_TYPE_VALUE_HBASE, 1, true); }
This will lead HBase connector can not work in Table API program.
Attachments
Issue Links
- duplicates
-
FLINK-19257 HBase ConnectorDescriptor can not work in Table API of release-1.11
- Closed
- links to