frostruan commented on PR #5699: URL: https://github.com/apache/hbase/pull/5699#issuecomment-1968643462
Thanks for your quick address. @aalhour Sorry that maybe I didn't express my thoughts clearly and caused you some confusion. In fact, we share some of the same views. About the constant **UNKNOWN_SIZE**, I think maybe it should be defined as following: `private static final Size UNKNOWN_SIZE = new Size(1, Size.Unit.BYTE); ` or `private static final long UNKNOWN_SIZE = 1;` The byte size of **UNKNOWN_SIZE** must be **greater** than 0 so that this input split will not be filtered out because we will use region byte size as the input split length. :) -- 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]
