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

Remove “__all” from query in SPARQL #270

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

kmcginnes
Copy link
Collaborator

Issue #, if available: N/A

Description of changes:

The "__all" predicates filter was being applied to the SPARQL query when chosen. It wasn't causing any harm, but it shouldn't be there.

This PR removes it and updates the tests.

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

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.04%. Comparing base (4dfaec5) to head (f6cfcf2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #270   +/-   ##
=======================================
  Coverage   12.04%   12.04%           
=======================================
  Files         409      409           
  Lines       30468    30469    +1     
  Branches      762      764    +2     
=======================================
+ Hits         3669     3670    +1     
  Misses      26467    26467           
  Partials      332      332           
Flag Coverage Δ
unittests 12.04% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@vkagamlyk vkagamlyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@michaelnchin michaelnchin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kmcginnes !

@vkagamlyk vkagamlyk merged commit b754837 into aws:main Mar 21, 2024
3 checks passed
@kmcginnes kmcginnes deleted the remove-all-in-sparql-query branch March 25, 2024 17:09
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.

4 participants