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

Make SAMPLE an aggregate expression #1492

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Sep 10, 2024

So far, SAMPLE was not treated as an aggregate expression, which allowed queries that are not valid according to the SPARQL standard. This is now fixed. In particular, fixes #1485 and #1486 (see there for example queries).

Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.14%. Comparing base (a7d6b82) to head (325ba66).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1492      +/-   ##
==========================================
+ Coverage   89.56%   94.14%   +4.58%     
==========================================
  Files         347      347              
  Lines       25605    25623      +18     
  Branches     3441     3442       +1     
==========================================
+ Hits        22932    24123    +1191     
+ Misses       1486     1458      -28     
+ Partials     1187       42    -1145     

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

Copy link

Copy link
Member

@hannahbast hannahbast left a comment

Choose a reason for hiding this comment

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

Great, thanks a lot!

@hannahbast hannahbast merged commit 2e47358 into ad-freiburg:master Sep 10, 2024
20 checks passed
@joka921 joka921 deleted the fix-sample-aggregate branch December 18, 2024 09:47
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.

Wrong dates for birth date property
2 participants