Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18605 Refactor Descriptor API (TableEnvironment#connect)
  3. FLINK-18604

HBase ConnectorDescriptor can not work in Table API

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              liufangliang Fangliang Liu
              leonard Leonard Xu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: