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-comet.git
The following commit(s) were added to refs/heads/asf-site by this push: new 3e64f7701 Publish built docs triggered by c9ab291dbba99619e1cb7689c3be904fdb95374c 3e64f7701 is described below commit 3e64f7701196092e6006fec91528aa87ca01cc0c Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Aug 29 18:53:22 2025 +0000 Publish built docs triggered by c9ab291dbba99619e1cb7689c3be904fdb95374c --- _sources/user-guide/compatibility.md.txt | 5 +++++ searchindex.js | 2 +- user-guide/compatibility.html | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/_sources/user-guide/compatibility.md.txt b/_sources/user-guide/compatibility.md.txt index 969b3961c..e23dbf238 100644 --- a/_sources/user-guide/compatibility.md.txt +++ b/_sources/user-guide/compatibility.md.txt @@ -73,6 +73,11 @@ The `native_datafusion` scan has some additional limitations: [#1545]: https://github.com/apache/datafusion-comet/issues/1545 [#1758]: https://github.com/apache/datafusion-comet/issues/1758 +### S3 Support with `native_iceberg_compat` + +- When using the default AWS S3 endpoint (no custom endpoint configured), a valid region is required. Comet + will attempt to resolve the region if it is not provided. + ## ANSI Mode Comet will fall back to Spark for the following expressions when ANSI mode is enabled, unless diff --git a/searchindex.js b/searchindex.js index d40efb3dc..7f74afd87 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]], "2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[15, "ansi-mode"]], "API Differences Between Spark Versions": [[0, "api-differences-between-spark-versions"]], "ASF Links": [[14, null]], "Accelerating Apache Iceberg Parquet Scans using Comet (Experimental)": [[21, null]], "Adding Spark-side Tests for the New Expression": [...] \ No newline at end of file +Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]], "2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[15, "ansi-mode"]], "API Differences Between Spark Versions": [[0, "api-differences-between-spark-versions"]], "ASF Links": [[14, null]], "Accelerating Apache Iceberg Parquet Scans using Comet (Experimental)": [[21, null]], "Adding Spark-side Tests for the New Expression": [...] \ No newline at end of file diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html index b0be45db7..099a3fb1a 100644 --- a/user-guide/compatibility.html +++ b/user-guide/compatibility.html @@ -316,6 +316,16 @@ under the License. Parquet Scans </a> </li> + <li class="toc-h3 nav-item toc-entry"> + <a class="reference internal nav-link" href="#s3-support-with-native-iceberg-compat"> + S3 Support with + <code class="docutils literal notranslate"> + <span class="pre"> + native_iceberg_compat + </span> + </code> + </a> + </li> </ul> </li> <li class="toc-h2 nav-item toc-entry"> @@ -474,6 +484,13 @@ types (regardless of the logical type). This behavior can be disabled by setting <li><p>Setting Spark configs <code class="docutils literal notranslate"><span class="pre">ignoreMissingFiles</span></code> or <code class="docutils literal notranslate"><span class="pre">ignoreCorruptFiles</span></code> to <code class="docutils literal notranslate"><span class="pre">true</span></code> is not compatible with Spark</p></li> </ul> </section> +<section id="s3-support-with-native-iceberg-compat"> +<h3>S3 Support with <code class="docutils literal notranslate"><span class="pre">native_iceberg_compat</span></code><a class="headerlink" href="#s3-support-with-native-iceberg-compat" title="Link to this heading">¶</a></h3> +<ul class="simple"> +<li><p>When using the default AWS S3 endpoint (no custom endpoint configured), a valid region is required. Comet +will attempt to resolve the region if it is not provided.</p></li> +</ul> +</section> </section> <section id="ansi-mode"> <h2>ANSI Mode<a class="headerlink" href="#ansi-mode" title="Link to this heading">¶</a></h2> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org