carp84 commented on a change in pull request #9045: [FLINK-12955][hbase]
Support LookupableTableSource for HBase
URL: https://github.com/apache/flink/pull/9045#discussion_r301592842
##########
File path:
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java
##########
@@ -45,13 +54,13 @@
* @param qualifier the qualifier name
* @param clazz the data type of the qualifier
*/
- void addColumn(String family, String qualifier, Class<?> clazz) {
+ public void addColumn(String family, String qualifier, Class<?> clazz) {
Review comment:
Why do we need to make the method public? The same question applies to many
of the later methods in this class.
----------------------------------------------------------------
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]
With regards,
Apache Git Services