v0.157.0 [2022-03-03]
Features
- a8a50ff update fill to use narrow transformation (#4487)
- c63e67a add an attribute-based instantiation of parallel execution nodes (#4503)
- 51f7413 Expose the Record::fields iterator (#4509)
- eb7fe65 allow quantile with tdigest to process any numeric (#4507)
- c1ea294 optimized version of aggregate window for specific aggregates (#4505)
Bug fixes
- 0f0c88f vectorized map now handles missing columns (#4525)
- c7f4208 Remove duplicate line in Makefile (#4522)
- 85c530b Fix errors building docs with
cargo doc
(#4516) - e32e142 reclasify csv decoding errors as user errors (#4504)
- caae36e iox.from() now uses the proper stream annotation (#4510)
- 9b322d1 update signature of
generate.from()
to be stream, not array (#4502)