aalhour commented on PR #5699: URL: https://github.com/apache/hbase/pull/5699#issuecomment-1968570283
Cases where the region's size can be returned as `-1`: - [MultiTableInputFormatBase.java#L216](https://github.com/apache/hbase/blob/master/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java#L216) - [mapreduce/TableInputFormatBase.java#L301](https://github.com/apache/hbase/blob/master/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java#L301) - [mapreduce/TableInputFormatBase.java#L345](https://github.com/apache/hbase/blob/master/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java#L345) Not sure if we should do anything in the [TableSplit.java](https://github.com/apache/hbase/blob/master/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSplit.java) class which is used by the above. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
