You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/changelog/46.0.0.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
# Apache DataFusion 46.0.0 Changelog
21
21
22
-
This release consists of 283 commits from 80 contributors. See credits at the end of this changelog for more information.
22
+
This release consists of 288 commits from 79 contributors. See credits at the end of this changelog for more information.
23
23
24
24
**Breaking changes:**
25
25
@@ -102,6 +102,8 @@ This release consists of 283 commits from 80 contributors. See credits at the en
102
102
- Examples: boundary analysis example for `AND/OR` conjunctions [#14735](https://github.com/apache/datafusion/pull/14735) (clflushopt)
103
103
- Allow setting the recursion limit for sql parsing [#14756](https://github.com/apache/datafusion/pull/14756) (cetra3)
104
104
- Document SQL literal syntax and escaping [#14934](https://github.com/apache/datafusion/pull/14934) (alamb)
105
+
- Prepare for 46.0.0 release: Version and Changelog [#14903](https://github.com/apache/datafusion/pull/14903) (xudong963)
106
+
- MINOR fix(docs): set the proper link for dev-env setup in contrib guide [#14960](https://github.com/apache/datafusion/pull/14960) (clflushopt)
105
107
106
108
**Other:**
107
109
@@ -319,33 +321,40 @@ This release consists of 283 commits from 80 contributors. See credits at the en
319
321
- refactor(properties): Split properties.rs into smaller modules [#14925](https://github.com/apache/datafusion/pull/14925) (Standing-Man)
320
322
- Fix failing extended `sqlite`test on main / update `datafusion-testing` pin [#14940](https://github.com/apache/datafusion/pull/14940) (alamb)
321
323
- Revert Datafusion-cli: Redesign the datafusion-cli execution and print, make it totally streaming printing without memory overhead [#14948](https://github.com/apache/datafusion/pull/14948) (alamb)
0 commit comments