carp84 commented on a change in pull request #9075:  [FLINK-10245][hbase] Add 
an upsert table sink factory for HBase
URL: https://github.com/apache/flink/pull/9075#discussion_r302379783
 
 

 ##########
 File path: 
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java
 ##########
 @@ -54,7 +54,7 @@
         * @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:
   Mind explain the reason of changing the visibility? The same applies to 
`setRowKey` and `setCharset`

----------------------------------------------------------------
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

Reply via email to