Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zed update through "lake: make rangeWrapper filters safe for concurre…
…nt use" by nwt This is an auto-generated commit with a Zed dependency update. The Zed PR brimdata/super#2969, authored by @nwt, has been merged. lake: make rangeWrapper filters safe for concurrent use Because of concurrency in the ZNG scanner, separate filters returned by a zbuf.Filter's methods must be safe for concurrent use in separate goroutines. Filters returned by lake.rangeWrapper.AsFilter do not have this property because they share the single expr.ValueCompareFn in rangeWrapper.compare. Fix this by creating a new expr.ValueCompareFn for each filter returned. Closes brimdata/super#2960.
- Loading branch information