Skip to content
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

TS.MRANGE IndexOutOfBoundsException problem fix #29

Merged
merged 4 commits into from
Dec 6, 2021

Conversation

xdev-developer
Copy link
Contributor

No description provided.

@codecov
Copy link

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