Open dlmarion opened 1 year ago
@dlmarion do you think this change should be targeting the elasticity
branch directly? Or should this new object be created and used in main
and then merged into elasticity
?
I think it depends on the implementation. I think you might be able to do the following and target main
:
It's yet to be determined how/where the inclusivity arguments are used in the existing methods.
Reference comment at: https://github.com/apache/accumulo/pull/3294#discussion_r1167115920. There are a lot of places in the API where
Text start
andText end
can be set by the user to specify a Range. This task is about creating a common object that captures the start, end, and inclusivity of both, and then using that in all places in the API where a range is being passed.