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

Fixes group by for more than 2 nested path expressions. #461

Merged
merged 2 commits into from
Oct 27, 2021

Conversation

abhikuhikar
Copy link
Contributor

Resolves #458

Description of changes:
Removes check for component's step.size != 1 in GroupByPathExpressionVisitorTransform.kt.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2021

Codecov Report

Merging #461 (a77eebd) into main (9427146) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #461   +/-   ##
=========================================
  Coverage     82.38%   82.39%           
  Complexity     1407     1407           
=========================================
  Files           171      171           
  Lines         10817    10816    -1     
  Branches       1783     1782    -1     
=========================================
  Hits           8912     8912           
  Misses         1360     1360           
+ Partials        545      544    -1     
Flag Coverage Δ
CLI 18.18% <ø> (ø)
EXAMPLES 74.85% <ø> (ø)
LANG 84.87% <ø> (+<0.01%) ⬆️
PTS ∅ <ø> (∅)
TEST_SCRIPT 79.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../visitors/GroupByPathExpressionVisitorTransform.kt 84.00% <ø> (+1.10%) ⬆️

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 9427146...a77eebd. Read the comment docs.

@abhikuhikar abhikuhikar merged commit c88b3cf into main Oct 27, 2021
@abhikuhikar abhikuhikar deleted the fix-groupby-in-nested-data branch October 27, 2021 17:46
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.

Cannot use group by with 2 level nested values
4 participants