Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 3, 2023
1 parent 0cef48f commit 06240ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev/changelog/26.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@

- feat: support type cast in SchemaAdapter [#6404](https://github.com/apache/arrow-datafusion/pull/6404) (e1ijah1)
- feat: eliminate useless join | convert inner to outer when condition is true [#6443](https://github.com/apache/arrow-datafusion/pull/6443) (jackwener)
- feat: datafusion-cli support executes sql with escaped characters [#6498](https://github.com/apache/arrow-datafusion/pull/6498) (r4ntix)
- feat: fix docs [#6534](https://github.com/apache/arrow-datafusion/pull/6534) (Folyd)

**Fixed bugs:**

- fix: error instead of panic when date_bin interval is 0 [#6522](https://github.com/apache/arrow-datafusion/pull/6522) (NGA-TRAN)

**Documentation updates:**

- User guide lists window functions [#6402](https://github.com/apache/arrow-datafusion/pull/6402) (toppyy)
- Improve getting started guide, add note about compatible `arrow` versions [#6472](https://github.com/apache/arrow-datafusion/pull/6472) (alamb)
- Add link to Python Bindings in top-level README [#6532](https://github.com/apache/arrow-datafusion/pull/6532) (andygrove)

**Merged pull requests:**

Expand Down Expand Up @@ -98,3 +105,12 @@
- Add serde for `DROP VIEW` [#6499](https://github.com/apache/arrow-datafusion/pull/6499) (Dandandan)
- Support simplifying expressions like `~ ^(bar|foo)$` [#6487](https://github.com/apache/arrow-datafusion/pull/6487) (tanruixiang)
- minor: make window frame error messages more consistent [#6519](https://github.com/apache/arrow-datafusion/pull/6519) (comphead)
- Minor: Clean up `use`s to point at real crates [#6515](https://github.com/apache/arrow-datafusion/pull/6515) (alamb)
- Standardize `RUST_LOG` configuration test setup [#6506](https://github.com/apache/arrow-datafusion/pull/6506) (alamb)
- Fix new clippy lint [#6535](https://github.com/apache/arrow-datafusion/pull/6535) (alamb)
- feat: datafusion-cli support executes sql with escaped characters [#6498](https://github.com/apache/arrow-datafusion/pull/6498) (r4ntix)
- Minor: Add EXCEPT/EXCLUDE to SQL guide [#6512](https://github.com/apache/arrow-datafusion/pull/6512) (alamb)
- fix: error instead of panic when date_bin interval is 0 [#6522](https://github.com/apache/arrow-datafusion/pull/6522) (NGA-TRAN)
- Add link to Python Bindings in top-level README [#6532](https://github.com/apache/arrow-datafusion/pull/6532) (andygrove)
- feat: fix docs [#6534](https://github.com/apache/arrow-datafusion/pull/6534) (Folyd)
- Resolve contradictory requirements by conversion of ordering sensitive aggregators [#6482](https://github.com/apache/arrow-datafusion/pull/6482) (mustafasrepo)

0 comments on commit 06240ab

Please sign in to comment.