-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support negative number for index #513
Conversation
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
============================================
+ Coverage 70.09% 70.18% +0.09%
- Complexity 3410 3415 +5
============================================
Files 216 216
Lines 16503 16448 -55
Branches 2360 2350 -10
============================================
- Hits 11567 11544 -23
+ Misses 3678 3649 -29
+ Partials 1258 1255 -3
Continue to review full report at Codecov.
|
f2d142a
to
acba4ab
Compare
@@ -557,8 +498,21 @@ public RangeIndex() { | |||
boolean keyMinEq) { | |||
NavigableMap<Id, BackendEntry> rs = this.store(); | |||
|
|||
E.checkArgument(!(keyMin == null && keyMax == null), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems keyMin != null || keyMax != null
more readable
Change-Id: I7067cfb0a663e89ae4305425edf00e6a2a03587c implement: #311
Change-Id: Ie4f7af7083628b44f605944a014a2e5443d4767d
Change-Id: I5ee00eab8808d2f0a447346cac785764369670b9
Change-Id: I7067cfb0a663e89ae4305425edf00e6a2a03587c
implement: #311