martin-g commented on code in PR #135: URL: https://github.com/apache/datafusion-site/pull/135#discussion_r2719809164
########## content/blog/2026-01-08-datafusion-52.0.0.md: ########## @@ -0,0 +1,379 @@ +--- +layout: post +title: Apache DataFusion 52.0.0 Released +date: 2026-01-08 Review Comment: According to: * https://lists.apache.org/thread/gt29yg6wxzx82s87drwq1xb06yhs16y6 * https://crates.io/crates/datafusion/52.0.0 ```suggestion date: 2026-01-12 ``` ########## content/blog/2026-01-08-datafusion-52.0.0.md: ########## @@ -0,0 +1,379 @@ +--- +layout: post +title: Apache DataFusion 52.0.0 Released +date: 2026-01-08 +author: pmc +categories: [release] +--- + +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +[TOC] + +We are proud to announce the release of [DataFusion 52.0.0]. This post highlights +some of the major improvements since [DataFusion 51.0.0]. The complete list of +changes is available in the [changelog]. Thanks to the [121 contributors] for +making this release possible. + +TODO: confirm the release date for 52.0.0 and update the front matter if needed. + +[DataFusion 52.0.0]: https://crates.io/crates/datafusion/52.0.0 +[DataFusion 51.0.0]: https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0/ Review Comment: TODO ########## content/blog/2026-01-08-datafusion-52.0.0.md: ########## @@ -0,0 +1,379 @@ +--- +layout: post +title: Apache DataFusion 52.0.0 Released +date: 2026-01-08 +author: pmc +categories: [release] +--- + +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +[TOC] + +We are proud to announce the release of [DataFusion 52.0.0]. This post highlights +some of the major improvements since [DataFusion 51.0.0]. The complete list of +changes is available in the [changelog]. Thanks to the [121 contributors] for +making this release possible. + +TODO: confirm the release date for 52.0.0 and update the front matter if needed. Review Comment: ```suggestion ``` -- 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]
