You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "liufangliang (Jira)" <ji...@apache.org> on 2020/08/28 07:17:00 UTC

[jira] [Commented] (FLINK-18604) HBase ConnectorDescriptor can not work in Table API

    [ https://issues.apache.org/jira/browse/FLINK-18604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186322#comment-17186322 ] 

liufangliang commented on FLINK-18604:
--------------------------------------

Hi [~Leonard Xu] , What you said is right. Can you assign it to me if no one pick it up ?

> HBase  ConnectorDescriptor can not work in Table API 
> -----------------------------------------------------
>
>                 Key: FLINK-18604
>                 URL: https://issues.apache.org/jira/browse/FLINK-18604
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / HBase, Table SQL / API
>    Affects Versions: 1.10.0, 1.10.1, 1.11.0, 1.12.0
>            Reporter: Leonard Xu
>            Priority: Major
>
> HBase ConnectorDescriptor should not use formatDescriptor, the formatNeeded should be false, but the constructor set it false.
> {code:java}
> public HBase() {
>    // formatNeeded
>    super(CONNECTOR_TYPE_VALUE_HBASE, 1, true);
> }
> {code}
> This will lead HBase connector can not work in  Table API program.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)