maggienj / ActiveData

Provide high speed filtering and aggregation over data
Mozilla Public License 2.0
0 stars 0 forks source link

[size] must be greater than 0 #17

Closed maggienj closed 7 years ago

maggienj commented 7 years ago

several unit tests raise this err... [size] must be greater than 0

maggienj commented 7 years ago

It appears that size = 1 would work in ES5 as per, https://github.com/elastic/kibana/issues/8330

ref: https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_aggregations_changes.html

maggienj commented 7 years ago

several unit tests use this size=0, one sample unit-test is TestEdge1.test_count_rows

klahnakoski commented 7 years ago

Close this. You can deal with this issue in the context of fixing a particular test case.