Skip to content

TS.MRANGE IndexOutOfBoundsException problem fix#29

Merged
dengliming merged 4 commits intodengliming:masterfrom
xdev-developer:mrange-index-fix
Dec 6, 2021
Merged

TS.MRANGE IndexOutOfBoundsException problem fix#29
dengliming merged 4 commits intodengliming:masterfrom
xdev-developer:mrange-index-fix

Conversation

@xdev-developer
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 6, 2021

Codecov Report

Merging #29 (97925e7) into master (89d5562) will increase coverage by 0.22%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
+ Coverage     65.33%   65.56%   +0.22%     
- Complexity      574      580       +6     
============================================
  Files           104      104              
  Lines          2051     2053       +2     
  Branches        171      172       +1     
============================================
+ Hits           1340     1346       +6     
+ Misses          608      606       -2     
+ Partials        103      101       -2     
Impacted Files Coverage Δ
...timeseries/protocol/decoder/TimeSeriesDecoder.java 86.36% <100.00%> (+1.36%) ⬆️
...smodule/redisai/protocol/decoder/ModelDecoder.java 100.00% <0.00%> (+3.33%) ⬆️
...module/redisai/protocol/decoder/ScriptDecoder.java 100.00% <0.00%> (+6.66%) ⬆️
...liming/redismodule/redistimeseries/TimeSeries.java 90.00% <0.00%> (+10.00%) ⬆️
...redistimeseries/protocol/decoder/ValueDecoder.java 60.00% <0.00%> (+20.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89d5562...97925e7. Read the comment docs.

Copy link
Copy Markdown
Owner

@dengliming dengliming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution.

@dengliming dengliming added the bug Something isn't working label Dec 6, 2021
@dengliming dengliming merged commit 1f513e4 into dengliming:master Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TS.MRANGE IndexOutOfBoundsException: Index 0 out of bounds for length 0

2 participants