This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8cef86c71e Publish built docs triggered by 
1ba76dffa3a3980b568d837bb1d3b9665622382e
8cef86c71e is described below

commit 8cef86c71ef12bf7f0939a58acb3a1700dcada34
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 9 16:40:42 2026 +0000

    Publish built docs triggered by 1ba76dffa3a3980b568d837bb1d3b9665622382e
---
 _sources/contributor-guide/iceberg-spark-tests.md.txt | 9 +++++----
 contributor-guide/iceberg-spark-tests.html            | 9 +++++----
 searchindex.js                                        | 2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/_sources/contributor-guide/iceberg-spark-tests.md.txt 
b/_sources/contributor-guide/iceberg-spark-tests.md.txt
index fddf7051cd..8a76b652b0 100644
--- a/_sources/contributor-guide/iceberg-spark-tests.md.txt
+++ b/_sources/contributor-guide/iceberg-spark-tests.md.txt
@@ -88,13 +88,14 @@ git add -A
 git diff apache-iceberg-1.8.1 > 
../datafusion-comet/dev/diffs/iceberg/1.8.1.diff
 ```
 
-Repeat for each Iceberg version (1.8.1, 1.9.1, 1.10.0). The file contents 
differ between versions, so each
+Repeat for each Iceberg version (1.8.1, 1.9.1, 1.10.0, 1.11.0). The file 
contents differ between versions, so each
 diff must be generated against its own tag.
 
 ## Running Tests in CI
 
 The `iceberg_spark_test_<version>.yml` workflows apply these diffs and run the 
three Gradle targets above
 against each Iceberg version. Iceberg 1.8.1 runs against Spark 3.4.3 with Java 
11; Iceberg 1.9.1 and 1.10.0
-run against Spark 3.5.8 with Java 17. The latest Iceberg version (1.10) runs 
on every pull request and on
-pushes to main; the older versions (1.8, 1.9) run only on pushes to main. All 
caller workflows delegate to
-`iceberg_spark_test_reusable.yml`, which holds the build and test job logic.
+run against Spark 3.5.8 with Java 17; Iceberg 1.11.0 runs against Spark 4.1.2 
with Java 17. Iceberg 1.11
+(the only version testing Spark 4.1) runs on every pull request and on pushes 
to main; the older versions
+(1.8, 1.9, 1.10) run only on pushes to main, or on a pull request labeled 
`run-iceberg-tests`. All caller
+workflows delegate to `iceberg_spark_test_reusable.yml`, which holds the build 
and test job logic.
diff --git a/contributor-guide/iceberg-spark-tests.html 
b/contributor-guide/iceberg-spark-tests.html
index 561d002a10..c3ab1ef7b8 100644
--- a/contributor-guide/iceberg-spark-tests.html
+++ b/contributor-guide/iceberg-spark-tests.html
@@ -617,16 +617,17 @@ git<span class="w"> </span>add<span class="w"> </span>-A
 git<span class="w"> </span>diff<span class="w"> 
</span>apache-iceberg-1.8.1<span class="w"> </span>&gt;<span class="w"> 
</span>../datafusion-comet/dev/diffs/iceberg/1.8.1.diff
 </pre></div>
 </div>
-<p>Repeat for each Iceberg version (1.8.1, 1.9.1, 1.10.0). The file contents 
differ between versions, so each
+<p>Repeat for each Iceberg version (1.8.1, 1.9.1, 1.10.0, 1.11.0). The file 
contents differ between versions, so each
 diff must be generated against its own tag.</p>
 </section>
 <section id="running-tests-in-ci">
 <h2>Running Tests in CI<a class="headerlink" href="#running-tests-in-ci" 
title="Link to this heading">#</a></h2>
 <p>The <code class="docutils literal notranslate"><span 
class="pre">iceberg_spark_test_&lt;version&gt;.yml</span></code> workflows 
apply these diffs and run the three Gradle targets above
 against each Iceberg version. Iceberg 1.8.1 runs against Spark 3.4.3 with Java 
11; Iceberg 1.9.1 and 1.10.0
-run against Spark 3.5.8 with Java 17. The latest Iceberg version (1.10) runs 
on every pull request and on
-pushes to main; the older versions (1.8, 1.9) run only on pushes to main. All 
caller workflows delegate to
-<code class="docutils literal notranslate"><span 
class="pre">iceberg_spark_test_reusable.yml</span></code>, which holds the 
build and test job logic.</p>
+run against Spark 3.5.8 with Java 17; Iceberg 1.11.0 runs against Spark 4.1.2 
with Java 17. Iceberg 1.11
+(the only version testing Spark 4.1) runs on every pull request and on pushes 
to main; the older versions
+(1.8, 1.9, 1.10) run only on pushes to main, or on a pull request labeled 
<code class="docutils literal notranslate"><span 
class="pre">run-iceberg-tests</span></code>. All caller
+workflows delegate to <code class="docutils literal notranslate"><span 
class="pre">iceberg_spark_test_reusable.yml</span></code>, which holds the 
build and test job logic.</p>
 </section>
 </section>
 
diff --git a/searchindex.js b/searchindex.js
index a015240980..bc734dd3c8 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!": [[51, "id1"]], "%": [[49, "id1"]], "&": 
[[39, "id1"]], "*": [[49, "id2"]], "+": [[49, "id3"]], "-": [[49, "id4"]], "/": 
[[49, "id5"]], "1. Format Your Code": [[36, "format-your-code"]], "1. Install 
Comet": [[57, "install-comet"], [66, "install-comet"]], "1. Native Operators 
(nativeExecs map)": [[25, "native-operators-nativeexecs-map"]], "2. Build and 
Verify": [[36, "build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[57, 
"clone-iceberg-and-apply- [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!": [[51, "id1"]], "%": [[49, "id1"]], "&": 
[[39, "id1"]], "*": [[49, "id2"]], "+": [[49, "id3"]], "-": [[49, "id4"]], "/": 
[[49, "id5"]], "1. Format Your Code": [[36, "format-your-code"]], "1. Install 
Comet": [[57, "install-comet"], [66, "install-comet"]], "1. Native Operators 
(nativeExecs map)": [[25, "native-operators-nativeexecs-map"]], "2. Build and 
Verify": [[36, "build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[57, 
"clone-iceberg-and-apply- [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to