milleruntime commented on pull request #1614:
URL: https://github.com/apache/accumulo/pull/1614#issuecomment-637732071
> It can correspond to one or more tablets, but must map to existing table
split points.
Than how come this line in my last commit only maps to 1 tablet?
```
.loadFileTo("f2.rf", RangeType.TABLE, row(333), row(1333))
```
Since I used the same splits as the other tests, ```"0333 0666 0999 1333
1666 null"``` I thought this would map to 3 tablets 0666-0334, 0999-0667,
1333-1000...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]