Skip to content

Federated aggregates get tripped up by zero hits from one source #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
If you try a query like:

select ?s (count(?o) as ?c) { ?s <prop> ?o } group by ?s

Over two sources where, in one, prop doesn't appear you get a result like:

< a, 2 > < b, 1 > < NULL, 0 >

due to one having no hits and hence grouping incorrectly.




Original issue reported on code.google.com by pl...@mac.com on 18 Mar 2011 at 1:06

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions