xichen2020 / eventdb

Storage for discrete events such as log events or tracing events
Apache License 2.0
9 stars 1 forks source link

Group by query should not require all calculation fields be present #93

Closed xichen2020 closed 5 years ago

xichen2020 commented 5 years ago

Currently if a segment does not contain all the calculation fields, it is not processed for the group by query, but we should still process it as long as it contains any of the calculation fields.