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 db485ab2be Publish built docs triggered by
fc77be94570e3ada7e28db8c5412125f54e0b96d
db485ab2be is described below
commit db485ab2be6d29cdff2a094a5e7248024c2ffe58
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 17:07:44 2025 +0000
Publish built docs triggered by fc77be94570e3ada7e28db8c5412125f54e0b96d
---
_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh | 2 +-
_sources/library-user-guide/upgrading.md.txt | 7 ++++++-
library-user-guide/upgrading.html | 8 +++++++-
searchindex.js | 2 +-
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
b/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
index 6a00ad8109..aa994bc2b8 100644
--- a/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
+++ b/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
@@ -18,4 +18,4 @@
# under the License.
set -ex
-cargo clippy --all-targets --workspace --features
avro,pyarrow,integration-tests,extended_tests -- -D warnings
\ No newline at end of file
+cargo clippy --all-targets --workspace --features
avro,integration-tests,extended_tests -- -D warnings
diff --git a/_sources/library-user-guide/upgrading.md.txt
b/_sources/library-user-guide/upgrading.md.txt
index e116bfffed..91ba5acb19 100644
--- a/_sources/library-user-guide/upgrading.md.txt
+++ b/_sources/library-user-guide/upgrading.md.txt
@@ -23,7 +23,12 @@
**Note:** DataFusion `52.0.0` has not been released yet. The information
provided in this section pertains to features and changes that have already
been merged to the main branch and are awaiting release in this version.
-You can see the current [status of the `52.0.0` release
here](https://github.com/apache/datafusion/issues/18566)
+You can see the current [status of the `52.0.0`release
here](https://github.com/apache/datafusion/issues/18566)
+
+### Removal of `pyarrow` feature
+
+The `pyarrow` feature flag has been removed. This feature has been migrated to
+the `datafusion-python` repository since version `44.0.0`.
### Statistics handling moved from `FileSource` to `FileScanConfig`
diff --git a/library-user-guide/upgrading.html
b/library-user-guide/upgrading.html
index 3fda9880ec..9c2632c262 100644
--- a/library-user-guide/upgrading.html
+++ b/library-user-guide/upgrading.html
@@ -406,7 +406,12 @@
<section id="datafusion-52-0-0">
<h2>DataFusion <code class="docutils literal notranslate"><span
class="pre">52.0.0</span></code><a class="headerlink" href="#datafusion-52-0-0"
title="Link to this heading">#</a></h2>
<p><strong>Note:</strong> DataFusion <code class="docutils literal
notranslate"><span class="pre">52.0.0</span></code> has not been released yet.
The information provided in this section pertains to features and changes that
have already been merged to the main branch and are awaiting release in this
version.</p>
-<p>You can see the current <a class="reference external"
href="https://github.com/apache/datafusion/issues/18566">status of the <code
class="docutils literal notranslate"><span class="pre">52.0.0</span></code>
release here</a></p>
+<p>You can see the current <a class="reference external"
href="https://github.com/apache/datafusion/issues/18566">status of the <code
class="docutils literal notranslate"><span
class="pre">52.0.0</span></code>release here</a></p>
+<section id="removal-of-pyarrow-feature">
+<h3>Removal of <code class="docutils literal notranslate"><span
class="pre">pyarrow</span></code> feature<a class="headerlink"
href="#removal-of-pyarrow-feature" title="Link to this heading">#</a></h3>
+<p>The <code class="docutils literal notranslate"><span
class="pre">pyarrow</span></code> feature flag has been removed. This feature
has been migrated to
+the <code class="docutils literal notranslate"><span
class="pre">datafusion-python</span></code> repository since version <code
class="docutils literal notranslate"><span class="pre">44.0.0</span></code>.</p>
+</section>
<section id="statistics-handling-moved-from-filesource-to-filescanconfig">
<h3>Statistics handling moved from <code class="docutils literal
notranslate"><span class="pre">FileSource</span></code> to <code
class="docutils literal notranslate"><span
class="pre">FileScanConfig</span></code><a class="headerlink"
href="#statistics-handling-moved-from-filesource-to-filescanconfig" title="Link
to this heading">#</a></h3>
<p>Statistics are now managed directly by <code class="docutils literal
notranslate"><span class="pre">FileScanConfig</span></code> instead of being
delegated to <code class="docutils literal notranslate"><span
class="pre">FileSource</span></code> implementations. This simplifies the <code
class="docutils literal notranslate"><span class="pre">FileSource</span></code>
trait and provides more consistent statistics handling across all file
formats.</p>
@@ -1755,6 +1760,7 @@ take care of constructing the <code class="docutils
literal notranslate"><span c
<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-52-0-0">DataFusion <code class="docutils literal
notranslate"><span class="pre">52.0.0</span></code></a><ul class="nav
section-nav flex-column">
+<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#removal-of-pyarrow-feature">Removal of <code class="docutils literal
notranslate"><span class="pre">pyarrow</span></code> feature</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#statistics-handling-moved-from-filesource-to-filescanconfig">Statistics
handling moved from <code class="docutils literal notranslate"><span
class="pre">FileSource</span></code> to <code class="docutils literal
notranslate"><span class="pre">FileScanConfig</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#planner-now-requires-explicit-opt-in-for-within-group-syntax">Planner
now requires explicit opt-in for WITHIN GROUP syntax</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#aggregateudfimpl-supports-null-handling-clause-now-defaults-to-false"><code
class="docutils literal notranslate"><span
class="pre">AggregateUDFImpl::supports_null_handling_clause</span></code> now
defaults to <code class="docutils literal notranslate"><span
class="pre">false</span></code></a></li>
diff --git a/searchindex.js b/searchindex.js
index 1378b483c6..425d9d6479 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]