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
Minor: final 46.0.0 release tweaks: changelog + instructions (#15073)
* [branch-46] Update changelog for backports to 46.0.0 (#14977)
* Add note about upgrade guide into the release notes (#14979)
* Add new crates
---------
Co-authored-by: xudong.w <[email protected]>
@@ -102,6 +106,8 @@ This release consists of 283 commits from 80 contributors. See credits at the en
102
106
- Examples: boundary analysis example for `AND/OR` conjunctions [#14735](https://github.com/apache/datafusion/pull/14735) (clflushopt)
103
107
- Allow setting the recursion limit for sql parsing [#14756](https://github.com/apache/datafusion/pull/14756) (cetra3)
104
108
- Document SQL literal syntax and escaping [#14934](https://github.com/apache/datafusion/pull/14934) (alamb)
109
+
- Prepare for 46.0.0 release: Version and Changelog [#14903](https://github.com/apache/datafusion/pull/14903) (xudong963)
110
+
- MINOR fix(docs): set the proper link for dev-env setup in contrib guide [#14960](https://github.com/apache/datafusion/pull/14960) (clflushopt)
105
111
106
112
**Other:**
107
113
@@ -319,33 +325,40 @@ This release consists of 283 commits from 80 contributors. See credits at the en
319
325
- refactor(properties): Split properties.rs into smaller modules [#14925](https://github.com/apache/datafusion/pull/14925) (Standing-Man)
320
326
- Fix failing extended `sqlite`test on main / update `datafusion-testing` pin [#14940](https://github.com/apache/datafusion/pull/14940) (alamb)
321
327
- 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