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 b0eaed13d Publish built docs triggered by 
c97f0338d2e35f17103557bb0906907b3de64622
b0eaed13d is described below

commit b0eaed13d8f128ad03bbd05df01f4157ebd316fb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 16:00:15 2026 +0000

    Publish built docs triggered by c97f0338d2e35f17103557bb0906907b3de64622
---
 _sources/contributor-guide/parquet_scans.md.txt | 6 ++----
 contributor-guide/parquet_scans.html            | 6 ++----
 searchindex.js                                  | 2 +-
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/_sources/contributor-guide/parquet_scans.md.txt 
b/_sources/contributor-guide/parquet_scans.md.txt
index 833eda75e..81bb5537c 100644
--- a/_sources/contributor-guide/parquet_scans.md.txt
+++ b/_sources/contributor-guide/parquet_scans.md.txt
@@ -62,10 +62,8 @@ cause Comet to fall back to Spark.
 - No support for `input_file_name()`, `input_file_block_start()`, or 
`input_file_block_length()` SQL functions.
   The `native_datafusion` scan does not use Spark's `FileScanRDD`, so these 
functions cannot populate their values.
 - No support for `ignoreMissingFiles` or `ignoreCorruptFiles` being set to 
`true`
-- No support for duplicate field names in case-insensitive mode. When the 
required or data schema contains
-  field names that differ only by case (e.g., `B` and `b`), Comet falls back 
to Spark. Duplicates
-  in the physical Parquet file that are not reflected in the table schema 
cannot be detected at plan time;
-  in that case DataFusion will throw a `SparkRuntimeException` with error 
class `_LEGACY_ERROR_TEMP_2093`,
+- Duplicate field names in case-insensitive mode (e.g., a Parquet file with 
both `B` and `b` columns)
+  are detected at read time and raise a `SparkRuntimeException` with error 
class `_LEGACY_ERROR_TEMP_2093`,
   matching Spark's behavior.
 
 The `native_iceberg_compat` scan has the following additional limitation that 
may produce incorrect results
diff --git a/contributor-guide/parquet_scans.html 
b/contributor-guide/parquet_scans.html
index 0a8dea06a..9cc9a8c0a 100644
--- a/contributor-guide/parquet_scans.html
+++ b/contributor-guide/parquet_scans.html
@@ -511,10 +511,8 @@ cause Comet to fall back to Spark.</p>
 <li><p>No support for <code class="docutils literal notranslate"><span 
class="pre">input_file_name()</span></code>, <code class="docutils literal 
notranslate"><span class="pre">input_file_block_start()</span></code>, or <code 
class="docutils literal notranslate"><span 
class="pre">input_file_block_length()</span></code> SQL functions.
 The <code class="docutils literal notranslate"><span 
class="pre">native_datafusion</span></code> scan does not use Spark’s <code 
class="docutils literal notranslate"><span 
class="pre">FileScanRDD</span></code>, so these functions cannot populate their 
values.</p></li>
 <li><p>No support for <code class="docutils literal notranslate"><span 
class="pre">ignoreMissingFiles</span></code> or <code class="docutils literal 
notranslate"><span class="pre">ignoreCorruptFiles</span></code> being set to 
<code class="docutils literal notranslate"><span 
class="pre">true</span></code></p></li>
-<li><p>No support for duplicate field names in case-insensitive mode. When the 
required or data schema contains
-field names that differ only by case (e.g., <code class="docutils literal 
notranslate"><span class="pre">B</span></code> and <code class="docutils 
literal notranslate"><span class="pre">b</span></code>), Comet falls back to 
Spark. Duplicates
-in the physical Parquet file that are not reflected in the table schema cannot 
be detected at plan time;
-in that case DataFusion will throw a <code class="docutils literal 
notranslate"><span class="pre">SparkRuntimeException</span></code> with error 
class <code class="docutils literal notranslate"><span 
class="pre">_LEGACY_ERROR_TEMP_2093</span></code>,
+<li><p>Duplicate field names in case-insensitive mode (e.g., a Parquet file 
with both <code class="docutils literal notranslate"><span 
class="pre">B</span></code> and <code class="docutils literal 
notranslate"><span class="pre">b</span></code> columns)
+are detected at read time and raise a <code class="docutils literal 
notranslate"><span class="pre">SparkRuntimeException</span></code> with error 
class <code class="docutils literal notranslate"><span 
class="pre">_LEGACY_ERROR_TEMP_2093</span></code>,
 matching Spark’s behavior.</p></li>
 </ul>
 <p>The <code class="docutils literal notranslate"><span 
class="pre">native_iceberg_compat</span></code> scan has the following 
additional limitation that may produce incorrect results
diff --git a/searchindex.js b/searchindex.js
index 88dcb88d7..907f9d7f8 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[13, 
"format-your-code"]], "1. Install Comet": [[15, "install-comet"], [24, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[4, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[13, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[15, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[24, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4, 
"sink-operators-sinks-m [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[13, 
"format-your-code"]], "1. Install Comet": [[15, "install-comet"], [24, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[4, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[13, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[15, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[24, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4, 
"sink-operators-sinks-m [...]
\ No newline at end of file


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

Reply via email to