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 8e9783a95 Publish built docs triggered by
f6d84b138edb9f0c7db820c9200aff79d40fb276
8e9783a95 is described below
commit 8e9783a95216ad51e76d621617e4b02786e15b91
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 01:44:11 2026 +0000
Publish built docs triggered by f6d84b138edb9f0c7db820c9200aff79d40fb276
---
_sources/contributor-guide/parquet_scans.md.txt | 4 ++++
contributor-guide/parquet_scans.html | 4 ++++
searchindex.js | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/_sources/contributor-guide/parquet_scans.md.txt
b/_sources/contributor-guide/parquet_scans.md.txt
index c8e960a15..2a10bb111 100644
--- a/_sources/contributor-guide/parquet_scans.md.txt
+++ b/_sources/contributor-guide/parquet_scans.md.txt
@@ -62,6 +62,10 @@ 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. Note that duplicates
+ in the physical Parquet file that are not reflected in the table schema
cannot be detected at plan time,
+ so DataFusion may produce a different error message than Spark in that case.
The `native_iceberg_compat` scan has the following additional limitation that
may produce incorrect results
without falling back to Spark:
diff --git a/contributor-guide/parquet_scans.html
b/contributor-guide/parquet_scans.html
index 5e4364e51..6680a0e31 100644
--- a/contributor-guide/parquet_scans.html
+++ b/contributor-guide/parquet_scans.html
@@ -509,6 +509,10 @@ 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. Note that duplicates
+in the physical Parquet file that are not reflected in the table schema cannot
be detected at plan time,
+so DataFusion may produce a different error message than Spark in that
case.</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
without falling back to Spark:</p>
diff --git a/searchindex.js b/searchindex.js
index 62215ea49..1bca0b5cd 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[12,
"format-your-code"]], "1. Install Comet": [[22, "install-comet"]], "1. Native
Operators (nativeExecs map)": [[4, "native-operators-nativeexecs-map"]], "2.
Build and Verify": [[12, "build-and-verify"]], "2. Clone Spark and Apply Diff":
[[22, "clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4,
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4,
"comet-jvm-operators"]], "3. Run Clippy (Recommended)": [[12 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[12,
"format-your-code"]], "1. Install Comet": [[22, "install-comet"]], "1. Native
Operators (nativeExecs map)": [[4, "native-operators-nativeexecs-map"]], "2.
Build and Verify": [[12, "build-and-verify"]], "2. Clone Spark and Apply Diff":
[[22, "clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[4,
"sink-operators-sinks-map"]], "3. Comet JVM Operators": [[4,
"comet-jvm-operators"]], "3. Run Clippy (Recommended)": [[12 [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]