`min` and `max` don't work as expected
li1 opened this issue · 1 comments
li1 commented
min
and max
tests currently fail, they print out all tuples, not only the smallest ones.
bachdavi commented
It turns out they are correct, the test case groups the aggregation result by ?user
, which in this case is the Entity. Because we only transact one ?age
value per Entity, every tuple is produced.
I will update the test case soon..