Skip to content

feat(linq): switch pivot() and drop() function to achieve better perf #188

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 4 commits into from
Apr 27, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Apr 26, 2021

Proposed Changes

The pivot() and drop() function was switch to achieve better performance - https://github.com/influxdata/EAR/issues/2182

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • dotnet test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Apr 26, 2021

Codecov Report

Merging #188 (95d6344) into master (92ccdce) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files          71       71           
  Lines        6096     6096           
=======================================
  Hits         5191     5191           
  Misses        905      905           
Impacted Files Coverage Δ
Client.Linq/Internal/QueryAggregator.cs 98.95% <100.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 92ccdce...95d6344. Read the comment docs.

@bednar bednar requested a review from rhajek April 26, 2021 15:19
@bednar bednar marked this pull request as ready for review April 26, 2021 15:26
@bednar bednar merged commit de4464e into master Apr 27, 2021
@bednar bednar deleted the feat/pivot-drop branch April 27, 2021 09:10
@bednar bednar added this to the 1.18.0 milestone Apr 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants