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

Aggregation results not returned #708

Closed
pawanrawal opened this issue Mar 17, 2017 · 1 comment
Closed

Aggregation results not returned #708

pawanrawal opened this issue Mar 17, 2017 · 1 comment
Labels
kind/bug Something is broken.
Milestone

Comments

@pawanrawal
Copy link
Contributor

pawanrawal commented Mar 17, 2017

I tried to do this query after loading goldendata with the schema

{
  directors(
	func: anyofterms(name, "spielberg nolan tarantino"))
		@filter(gt(count(director.film), 5)) {
    name
    director.film {
      name
      min(initial_release_date)
    }
  }
}

It only returns min(initial_release_date) for Christopher Nolan which is strange.

P.S. - To load goldendata and reproduce this you would have to remove scalar blocks from the schema file.

@pawanrawal pawanrawal added the kind/bug Something is broken. label Mar 17, 2017
@ashwin95r ashwin95r self-assigned this Mar 17, 2017
@manishrjain manishrjain added this to the v0.7.4 milestone Mar 17, 2017
@ashwin95r
Copy link
Contributor

Fixed.

@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2018
@manishrjain manishrjain added the kind/bug Something is broken. label Mar 22, 2018
arijitAD pushed a commit that referenced this issue Oct 15, 2020
)

* move block response handling to syncer
* start block response watcher in syncer, this goroutine will continuously send block requests until synced
* update syncer to keep track of where to start block requests from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

3 participants