filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

fix(query) next on empty iterator to check if the iterator has a value before calling next #1765

Closed amolnayak311 closed 5 months ago

amolnayak311 commented 5 months ago

Pull Request checklist

Current behavior :

hasNext check is not called before next is called

New behavior :

Check added.