diff --git a/dev/changelog/24.0.0.md b/dev/changelog/24.0.0.md index ed1df9a1209a..454475e99752 100644 --- a/dev/changelog/24.0.0.md +++ b/dev/changelog/24.0.0.md @@ -33,9 +33,18 @@ - feat: date_bin output type same with input type [#6053](https://github.com/apache/arrow-datafusion/pull/6053) (jiacai2050) - feat: add version field to ExecutionContext [#6052](https://github.com/apache/arrow-datafusion/pull/6052) (Weijun-H) +- Implement Streaming Aggregation: Do not break pipeline in aggregation if group by columns are ordered (V2) [#6124](https://github.com/apache/arrow-datafusion/pull/6124) (mustafasrepo) +- Make decimal multiplication allow precision-loss in DataFusion [#6103](https://github.com/apache/arrow-datafusion/pull/6103) (viirya) +- Add support for scientific notation (remove old unimplemented() for scientific notation) [#6142](https://github.com/apache/arrow-datafusion/pull/6142) (2010YOUY01) +- Support DROP SCHEMA statements [#6096](https://github.com/apache/arrow-datafusion/pull/6096) (jaylmiller) - feat: make threshold for using scalar update in aggregate configurable [#6166](https://github.com/apache/arrow-datafusion/pull/6166) (yjshen) +- Adaptive in-memory sort (~2x faster) (#5879) [#6163](https://github.com/apache/arrow-datafusion/pull/6163) (tustvold) +- Add Support for Ordering Equivalence [#6160](https://github.com/apache/arrow-datafusion/pull/6160) (mustafasrepo) +- Sum and Avg should be able to take inputs of type Dictionary [#6197](https://github.com/apache/arrow-datafusion/pull/6197) (viirya) +- CLI: Add support for AWS named profiles [#6161](https://github.com/apache/arrow-datafusion/pull/6161) (mr-brobot) - feat: concurrent physical planning [#6138](https://github.com/apache/arrow-datafusion/pull/6138) (crepererum) - feat: allow scalars to appear as the LHS arg in arithmetic operations on temporal values [#6196](https://github.com/apache/arrow-datafusion/pull/6196) (kyle-mccarthy) +- Select Into support [#6219](https://github.com/apache/arrow-datafusion/pull/6219) (berkaysynnada) **Fixed bugs:**