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
- Bump the MSRV to `1.85.1` due to transitive dependencies (`aws-sdk`) [#16728](https://github.com/apache/datafusion/pull/16728) (rtyler)
38
39
39
40
**Performance related:**
40
41
@@ -89,6 +90,9 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
89
90
- fix: return NULL if any of the param to make_date is NULL [#16759](https://github.com/apache/datafusion/pull/16759) (feniljain)
- fix: support nullable columns in pre-sorted data sources [#16783](https://github.com/apache/datafusion/pull/16783) (crepererum)
93
+
- fix: The inconsistency between scalar and array on the cast decimal to timestamp [#16539](https://github.com/apache/datafusion/pull/16539) (chenkovsky)
94
+
- fix: unit test for object_storage [#16824](https://github.com/apache/datafusion/pull/16824) (chenkovsky)
95
+
- fix(docs): Update broken links to `TableProvider` docs [#16830](https://github.com/apache/datafusion/pull/16830) (jcsherin)
92
96
93
97
**Documentation updates:**
94
98
@@ -129,6 +133,8 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
129
133
- Restore custom SchemaAdapter functionality for Parquet [#16791](https://github.com/apache/datafusion/pull/16791) (adriangb)
130
134
- Update `upgrading.md` for new unified config for sql string mapping to utf8view [#16809](https://github.com/apache/datafusion/pull/16809) (zhuqi-lucas)
131
135
- docs: Remove reference to forthcoming example (#16817) [#16818](https://github.com/apache/datafusion/pull/16818) (m09526)
- Add note to upgrade guide about MSRV update [#16845](https://github.com/apache/datafusion/pull/16845) (alamb)
132
138
133
139
**Other:**
134
140
@@ -259,7 +265,6 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
259
265
- chore(devcontainer): use debian's `protobuf-compiler` package [#16687](https://github.com/apache/datafusion/pull/16687) (fvj)
260
266
- Add link to upgrade guide in changelog script [#16680](https://github.com/apache/datafusion/pull/16680) (alamb)
261
267
- Improve display format of BoundedWindowAggExec [#16645](https://github.com/apache/datafusion/pull/16645) (geetanshjuneja)
262
-
- Bump the MSRV due to transitive dependencies [#16728](https://github.com/apache/datafusion/pull/16728) (rtyler)
263
268
- Fix: optimize projections for unnest logical plan. [#16632](https://github.com/apache/datafusion/pull/16632) (bert-beyondloops)
264
269
- Use the `test-threads` option in sqllogictests [#16722](https://github.com/apache/datafusion/pull/16722) (mjgarton)
265
270
- chore(deps): bump clap from 4.5.40 to 4.5.41 [#16735](https://github.com/apache/datafusion/pull/16735) (dependabot[bot])
@@ -291,13 +296,22 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
291
296
- chore(deps): bump object_store from 0.12.2 to 0.12.3 [#16807](https://github.com/apache/datafusion/pull/16807) (dependabot[bot])
292
297
- Implement equals for stateful functions [#16781](https://github.com/apache/datafusion/pull/16781) (findepi)
293
298
- benchmark: Add parquet h2o support [#16804](https://github.com/apache/datafusion/pull/16804) (zhuqi-lucas)
299
+
- chore: use `equals_datatype` for `BinaryExpr`[#16813](https://github.com/apache/datafusion/pull/16813) (comphead)
300
+
- chore: add tests for out of bounds for NullArray [#16802](https://github.com/apache/datafusion/pull/16802) (comphead)
301
+
- Refactor binary.rs tests into modular submodules under `binary/tests`[#16782](https://github.com/apache/datafusion/pull/16782) (kosiew)
302
+
- cache generation of dictionary keys and null arrays for ScalarValue [#16789](https://github.com/apache/datafusion/pull/16789) (adriangb)
303
+
- refactor(examples): remove redundant call to create directory in `parquet_embedded_index.rs`[#16825](https://github.com/apache/datafusion/pull/16825) (jcsherin)
304
+
- Add benchmark for ByteViewGroupValueBuilder [#16826](https://github.com/apache/datafusion/pull/16826) (zhuqi-lucas)
0 commit comments