This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a4a6d65ad6 Publish built docs triggered by
73fbd4807011ee102c9db67d40a511d0ece8c65a
a4a6d65ad6 is described below
commit a4a6d65ad6004ac058a4f4431f64962ff345cc09
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 28 10:45:18 2026 +0000
Publish built docs triggered by 73fbd4807011ee102c9db67d40a511d0ece8c65a
---
_sources/library-user-guide/upgrading/53.0.0.md.txt | 11 +++++++++++
library-user-guide/upgrading/53.0.0.html | 8 ++++++++
searchindex.js | 2 +-
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/_sources/library-user-guide/upgrading/53.0.0.md.txt
b/_sources/library-user-guide/upgrading/53.0.0.md.txt
index ad2a69c0cc..ef5f5743f5 100644
--- a/_sources/library-user-guide/upgrading/53.0.0.md.txt
+++ b/_sources/library-user-guide/upgrading/53.0.0.md.txt
@@ -28,6 +28,17 @@
[#19692]: https://github.com/apache/datafusion/issues/19692
+### Upgrade arrow/parquet to 58.0.0 and object_store to 0.13.0
+
+DataFusion 53.0.0 uses `arrow` and `parquet` 58.0.0, and `object_store` 0.13.0.
+This may require updates to your Cargo.toml if you have direct dependencies on
+these crates.
+
+See the [Arrow 58.0.0 release notes] and the [object_store 0.13.0 upgrade
guide] for details on breaking changes in those versions.
+
+[arrow 58.0.0 release notes]:
https://github.com/apache/arrow-rs/releases/tag/58.0.0
+[object_store 0.13.0 upgrade guide]:
https://github.com/apache/arrow-rs/releases/tag/58.0.0
+
### `ExecutionPlan::properties` now returns `&Arc<PlanProperties>`
Now `ExecutionPlan::properties()` returns `&Arc<PlanProperties>` instead of a
diff --git a/library-user-guide/upgrading/53.0.0.html
b/library-user-guide/upgrading/53.0.0.html
index 178803288b..4450b05c9c 100644
--- a/library-user-guide/upgrading/53.0.0.html
+++ b/library-user-guide/upgrading/53.0.0.html
@@ -427,6 +427,13 @@
*in this section pertains to features and changes that have already been merged
*to the main branch and are awaiting release in this version. See <a
class="reference external"
href="https://github.com/apache/datafusion/issues/19692">#19692</a> for
*more details.</p>
+<section id="upgrade-arrow-parquet-to-58-0-0-and-object-store-to-0-13-0">
+<h3>Upgrade arrow/parquet to 58.0.0 and object_store to 0.13.0<a
class="headerlink"
href="#upgrade-arrow-parquet-to-58-0-0-and-object-store-to-0-13-0" title="Link
to this heading">#</a></h3>
+<p>DataFusion 53.0.0 uses <code class="docutils literal notranslate"><span
class="pre">arrow</span></code> and <code class="docutils literal
notranslate"><span class="pre">parquet</span></code> 58.0.0, and <code
class="docutils literal notranslate"><span
class="pre">object_store</span></code> 0.13.0.
+This may require updates to your Cargo.toml if you have direct dependencies on
+these crates.</p>
+<p>See the <a class="reference external"
href="https://github.com/apache/arrow-rs/releases/tag/58.0.0">Arrow 58.0.0
release notes</a> and the <a class="reference external"
href="https://github.com/apache/arrow-rs/releases/tag/58.0.0">object_store
0.13.0 upgrade guide</a> for details on breaking changes in those versions.</p>
+</section>
<section id="executionplan-properties-now-returns-arc-planproperties">
<h3><code class="docutils literal notranslate"><span
class="pre">ExecutionPlan::properties</span></code> now returns <code
class="docutils literal notranslate"><span
class="pre">&Arc<PlanProperties></span></code><a class="headerlink"
href="#executionplan-properties-now-returns-arc-planproperties" title="Link to
this heading">#</a></h3>
<p>Now <code class="docutils literal notranslate"><span
class="pre">ExecutionPlan::properties()</span></code> returns <code
class="docutils literal notranslate"><span
class="pre">&Arc<PlanProperties></span></code> instead of a
@@ -837,6 +844,7 @@ This behavior is consistent with systems like
PostgreSQL.</p>
<nav class="bd-toc-nav page-toc"
aria-labelledby="pst-page-navigation-heading-2">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#datafusion-53-0-0">DataFusion 53.0.0</a><ul class="nav section-nav
flex-column">
+<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#upgrade-arrow-parquet-to-58-0-0-and-object-store-to-0-13-0">Upgrade
arrow/parquet to 58.0.0 and object_store to 0.13.0</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#executionplan-properties-now-returns-arc-planproperties"><code
class="docutils literal notranslate"><span
class="pre">ExecutionPlan::properties</span></code> now returns <code
class="docutils literal notranslate"><span
class="pre">&Arc<PlanProperties></span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#plannercontext-outer-query-schema-api-now-uses-a-stack"><code
class="docutils literal notranslate"><span
class="pre">PlannerContext</span></code> outer query schema API now uses a
stack</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#filesinkconfig-adds-file-output-mode"><code class="docutils literal
notranslate"><span class="pre">FileSinkConfig</span></code> adds <code
class="docutils literal notranslate"><span
class="pre">file_output_mode</span></code></a></li>
diff --git a/searchindex.js b/searchindex.js
index af8e3ad649..7b0e19995b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]