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

feat: CSV parser is able to parse export from UI #183

Merged
merged 2 commits into from
Nov 28, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Nov 26, 2020

Proposed Changes

CSV parser is able to parse export from UI

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-io
Copy link

codecov-io commented Nov 26, 2020

Codecov Report

Merging #183 (49aad04) into master (2cb5b11) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #183      +/-   ##
============================================
+ Coverage     88.66%   88.67%   +0.01%     
  Complexity      440      440              
============================================
  Files           138      138              
  Lines          5436     5441       +5     
  Branches        212      212              
============================================
+ Hits           4820     4825       +5     
  Misses          539      539              
  Partials         77       77              
Impacted Files Coverage Δ Complexity Δ
...ava/com/influxdb/query/internal/FluxCsvParser.java 97.01% <100.00%> (+0.11%) 0.00 <0.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 2cb5b11...0759f56. Read the comment docs.

@bednar bednar marked this pull request as ready for review November 26, 2020 11:10
@bednar bednar requested a review from rhajek November 26, 2020 11:10
@bednar bednar merged commit d921b2e into master Nov 28, 2020
@bednar bednar deleted the feat/csv-parser-export-ui branch November 28, 2020 06:17
@bednar bednar added this to the 1.14.0 milestone Nov 28, 2020
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