SteNicholas commented on a change in pull request #13275:
URL: https://github.com/apache/flink/pull/13275#discussion_r490072665



##########
File path: 
flink-connectors/flink-connector-hbase/src/main/java/org/apache/flink/connector/hbase/source/AbstractTableInputFormat.java
##########
@@ -68,6 +71,11 @@ public 
AbstractTableInputFormat(org.apache.hadoop.conf.Configuration hConf) {
                serializedConfig = 
HBaseConfigurationUtil.serializeConfiguration(hConf);
        }
 
+       /**
+        * Creates a {@link Scan} object and opens the {@link HTable} 
connection to initialize the HBase table.
+        */
+       protected abstract void initTable();

Review comment:
       @rmetzger Good idea. I have followed up with your point to `throws 
IOException` for `initTable()`.




----------------------------------------------------------------
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:
[email protected]


Reply via email to