VictoriaMetrics/lib/filestream/filestream_darwin.go
Zongyang d371848c2f
FIX bottomk doesn't return any data when there are no time range overlap between timeseries (#5509)
* FIX sort order in bottomk

* Add lessWithNaNsReversed for bottomk

* Add ut for TopK

* Move lt from loop

* FIX lint

* FIX lint

* FIX lint

* Mod log format

---------

Co-authored-by: xiaozongyang <xiaozngyang@kanyun.com>
Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2024-01-16 22:18:17 +02:00

9 lines
171 B
Go

package filestream
func (st *streamTracker) adviseDontNeed(n int, fdatasync bool) error { // nolint
return nil
}
func (st *streamTracker) close() error {
return nil
}