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

fix issues 498: Added streaming with time units to the influx db interface #509

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weiss19ja
Copy link

Fix for issues #498 to propagate exception if you are using the query stream.

Adds also functionality to specify the time unit to the query stream. This feature was also disred by #418.
It is needed if you want to stream a great among of data and don't want to parse the dates from the ISO format to an epoch timestamp.

@codecov-io
Copy link

codecov-io commented Aug 31, 2018

Codecov Report

Merging #509 into master will decrease coverage by 0.13%.
The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #509      +/-   ##
===========================================
- Coverage     87.53%   87.4%   -0.14%     
- Complexity      365     370       +5     
===========================================
  Files            25      25              
  Lines          1500    1516      +16     
  Branches        167     170       +3     
===========================================
+ Hits           1313    1325      +12     
- Misses          120     125       +5     
+ Partials         67      66       -1
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/influxdb/InfluxDB.java 100% <ø> (ø) 0 <0> (ø) ⬇️
src/main/java/org/influxdb/impl/InfluxDBImpl.java 89.44% <85.71%> (-0.37%) 83 <7> (+5)
src/main/java/org/influxdb/InfluxDBException.java 87.27% <0%> (-3.64%) 11% <0%> (-1%)
src/main/java/org/influxdb/impl/TimeUtil.java 72% <0%> (+4%) 7% <0%> (+1%) ⬆️

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 24c5542...89999bd. Read the comment docs.

@majst01
Copy link
Collaborator

majst01 commented May 28, 2019

Hi @weiss19ja long time no update, if still interested, please rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants