-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0, 1.10.1, 1.11.0, 1.12.0
-
Fix Version/s: 1.11.3
-
Component/s: Connectors / HBase, Table SQL / API
-
Labels:
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.
- duplicates
-
FLINK-19257 HBase ConnectorDescriptor can not work in Table API of release-1.11
-
- Closed
-
- links to