Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2330#discussion_r73382033 --- Diff: flink-batch-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/TableInputFormat.java --- @@ -237,7 +244,7 @@ private void logSplitInfo(String action, TableInputSplit split) { * End key of the region * @return true, if this region needs to be included as part of the input (default). */ - private static boolean includeRegionInSplit(final byte[] startKey, final byte[] endKey) { + protected boolean includeRegionInSplit(final byte[] startKey, final byte[] endKey) { --- End diff -- why are you changing this?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---