andygrove commented on code in PR #199:
URL: https://github.com/apache/datafusion-site/pull/199#discussion_r3590530419
##########
content/blog/2026-07-12-datafusion-ballista-54.0.0.md:
##########
@@ -0,0 +1,209 @@
+---
+layout: post
+title: Apache DataFusion Ballista 54.0.0 Released
+date: 2026-07-12
+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 pleased to announce version [54.0.0] of [Apache DataFusion Ballista].
Ballista is a distributed query
+execution engine that enhances [Apache DataFusion] by enabling parallel
execution of workloads across multiple
+nodes.
+
+[54.0.0]:
https://github.com/apache/datafusion-ballista/blob/main/docs/source/changelog/54.0.0.md
+[Apache DataFusion Ballista]: https://datafusion.apache.org/ballista/
+[Apache DataFusion]: https://datafusion.apache.org
+
+This release consists of 171 commits from 11 contributors. It follows
[53.0.0], and continues the same
+themes: making Ballista predictable to operate, pushing forward on Adaptive
Query Execution, and closing the
+gap between a single-node DataFusion query and the same query running on a
cluster. This post covers the
+highlights.
+
+[53.0.0]: /blog/2026/05/24/datafusion-ballista-53.0.0/
+
+## Upgrade to DataFusion 54
+
+Ballista 54.0.0 is built on [DataFusion 54.0.0], and both the core engine and
the Python client have been
+upgraded. As with every release, Ballista's version number tracks the
DataFusion release it is built on.
+
+[DataFusion 54.0.0]: https://datafusion.apache.org/blog/
+
+A versioned [upgrade guide] is now published for 54.0.0, documenting the
changes needed to move from the
+previous release.
+
+[upgrade guide]: https://datafusion.apache.org/ballista/user-guide/upgrade.html
Review Comment:
fixed, thanks
--
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]