junegunn commented on PR #7432:
URL: https://github.com/apache/hbase/pull/7432#issuecomment-3494560649

   I see. Actually, when I opened this PR I was considering deprecating the 
`row.limit.per.inputsplit` configuration, because with `Scan#setLimit`, we have 
a unified interface for per-split limit, eliminating the need for two separate 
configuration parameters:
   
   - `hbase.TableSnapshotInputFormat.row.limit.per.inputsplit`
   - `hbase.TableInputFormat.row.limit.per.inputsplit`
   
   However, I respect your decision if you prefer not to promote ⁠`setLimit` 
for per-split limits. In that case the first thing we should do is to document 
the limitation in the javadoc.
   
   By the way, `hbase.TableSnapshotInputFormat.row.limit.per.inputsplit` 
parameter is defined in `TableSnapshotInputFormatImpl` which is marked 
`@InterfaceAudience.Private`.


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

Reply via email to