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 composite-aggs scan, by retrieving first batch. #105

Closed
wants to merge 3 commits into from

Conversation

leonardbinet
Copy link
Collaborator

Fixes #101

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2022

Codecov Report

Merging #105 (f09878d) into master (39e50d9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   90.04%   90.04%           
=======================================
  Files          45       45           
  Lines        2862     2862           
=======================================
  Hits         2577     2577           
  Misses        285      285           
Impacted Files Coverage Δ
pandagg/index.py 80.84% <ø> (ø)
pandagg/node/mappings/abstract.py 92.30% <ø> (ø)
pandagg/tree/mappings.py 85.31% <ø> (ø)
pandagg/search.py 86.29% <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 39e50d9...f09878d. Read the comment docs.

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

Successfully merging this pull request may close these issues.

aggregations to dataframe always misses the first pagination
2 participants