You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/11 08:41:49 UTC

[GitHub] [flink] chaozwn commented on a change in pull request #14536: [FLINK-20812][Connector][Hbase] hbase in sql mode,can use 'properties.*' add Configuration parameter.

chaozwn commented on a change in pull request #14536:
URL: https://github.com/apache/flink/pull/14536#discussion_r554890569



##########
File path: flink-connectors/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/source/AbstractHBaseDynamicTableSource.java
##########
@@ -114,4 +117,29 @@ public String asSummaryString() {
     public HBaseTableSchema getHBaseTableSchema() {
         return this.hbaseSchema;
     }
+
+    // get hbase table properties which start with prefix
+    public static Properties getSpecifyProperties(Map<String, String> tableOptions, String prefix) {

Review comment:
       ok
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org