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(planner): Lambda body can be a field selection #1720

Merged
merged 2 commits into from Aug 2, 2023

Conversation

dbuduev
Copy link
Contributor

@dbuduev dbuduev commented Aug 1, 2023

Fix #1719

Signed-off-by: Dennis Buduev <dbuduev@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #1720 (a98a225) into main (cedf358) will increase coverage by 0.20%.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1720      +/-   ##
==========================================
+ Coverage   52.94%   53.15%   +0.20%     
==========================================
  Files         133      133              
  Lines       15715    15716       +1     
==========================================
+ Hits         8321     8354      +33     
+ Misses       6665     6633      -32     
  Partials      729      729              
Files Changed Coverage Δ
internal/engine/planner/ast.go 67.62% <0.00%> (-0.12%) ⬇️

... and 5 files with indirect coverage changes

@dbuduev dbuduev merged commit 6b09c62 into cerbos:main Aug 2, 2023
19 checks passed
@dbuduev dbuduev deleted the fix/query-planner-1719 branch August 2, 2023 08:11
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.

PlanResources internal error
2 participants