alamb commented on code in PR #20952:
URL: https://github.com/apache/datafusion/pull/20952#discussion_r2936615013


##########
dev/changelog/53.0.0.md:
##########
@@ -486,43 +490,70 @@ See the [upgrade 
guide](https://datafusion.apache.org/library-user-guide/upgradi
 - Add deterministic per-file timing summary to sqllogictest runner 
[#20569](https://github.com/apache/datafusion/pull/20569) (kosiew)
 - chore: Enable workspace lint for all workspace members 
[#20577](https://github.com/apache/datafusion/pull/20577) (neilconway)
 - Fix serde of window lead/lag defaults 
[#20608](https://github.com/apache/datafusion/pull/20608) (avantgardnerio)
+- [branch-53] fix: make the `sql` feature truly optional (#20625) 
[#20680](https://github.com/apache/datafusion/pull/20680) (comphead)
+- [53] fix: Fix bug in `array_has` scalar path with sliced arrays (#20677) 
[#20700](https://github.com/apache/datafusion/pull/20700) (neilconway)
+- [branch-53] fix: Return `probe_side.len()` for RightMark/Anti count(\*) 
queries (#… [#20726](https://github.com/apache/datafusion/pull/20726) 
(jonathanc-n)
+- [branch-53] FFI_TableOptions are using default values only 
[#20722](https://github.com/apache/datafusion/pull/20722) (timsaucer)
+- chore(deps): pin substrait to `0.62.2` 
[#20827](https://github.com/apache/datafusion/pull/20827) (milenkovicm)
+- chore(deps): pin substrait version 
[#20848](https://github.com/apache/datafusion/pull/20848) (milenkovicm)
+- [branch-53] Fix repartition from dropping data when spilling (#20672) 
[#20792](https://github.com/apache/datafusion/pull/20792) (hareshkh)
+- [branch-53] fix: `HashJoin` panic with String dictionary keys (don't flatten 
keys) (#20505) [#20791](https://github.com/apache/datafusion/pull/20791) 
(hareshkh)
+- [branch-53] cli: Fix datafusion-cli hint edge cases (#20609) 
[#20887](https://github.com/apache/datafusion/pull/20887) (alamb)
+- [branch-53] perf: Optimize `to_char` to allocate less, fix NULL handling 
(#20635) [#20885](https://github.com/apache/datafusion/pull/20885) (alamb)
+- [branch-53] fix: interval analysis error when have two filterexec that inner 
filter proves zero selectivity (#20743) 
[#20882](https://github.com/apache/datafusion/pull/20882) (alamb)
+- [branch-53] correct parquet leaf index mapping when schema contains struct 
cols (#20698) [#20884](https://github.com/apache/datafusion/pull/20884) (alamb)
+- [branch-53] ser/de fetch in FilterExec (#20738) 
[#20883](https://github.com/apache/datafusion/pull/20883) (alamb)

Review Comment:
   I am going to update these so they don't look like I did all the work and 
instead they should be the original authior



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to