alamb commented on code in PR #3746: URL: https://github.com/apache/arrow-datafusion/pull/3746#discussion_r989960678
########## datafusion/CHANGELOG.md: ########## @@ -19,6 +19,222 @@ # Changelog +## [13.0.0](https://github.com/apache/arrow-datafusion/tree/13.0.0) (2022-10-06) + +[Full Changelog](https://github.com/apache/arrow-datafusion/compare/12.0.0...13.0.0) + +**Breaking changes:** + +- Make ObjectStoreProvider fallible \(return `Result` rather than `Option`\) [\#3584](https://github.com/apache/arrow-datafusion/pull/3584) ([tustvold](https://github.com/tustvold)) +- Make `OptimizerConfig` a builder style API [\#3525](https://github.com/apache/arrow-datafusion/pull/3525) ([alamb](https://github.com/alamb)) + +**Implemented enhancements:** Review Comment: A long and impressive list 👍 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org