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 96dc49d82 Publish built docs triggered by
3c927dde67ccd9e4eeccacd57b668dfd4859e9fa
96dc49d82 is described below
commit 96dc49d8228035d507e02e6beaaad36933988f1e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 14:07:12 2026 +0000
Publish built docs triggered by 3c927dde67ccd9e4eeccacd57b668dfd4859e9fa
---
_sources/user-guide/latest/compatibility.md.txt | 4 ----
_sources/user-guide/latest/expressions.md.txt | 2 +-
searchindex.js | 2 +-
user-guide/latest/compatibility.html | 4 ----
user-guide/latest/expressions.html | 4 ++--
5 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/_sources/user-guide/latest/compatibility.md.txt
b/_sources/user-guide/latest/compatibility.md.txt
index c8edd7cd8..1b8e61b3a 100644
--- a/_sources/user-guide/latest/compatibility.md.txt
+++ b/_sources/user-guide/latest/compatibility.md.txt
@@ -64,10 +64,6 @@ the [Comet Supported Expressions Guide](expressions.md) for
more information on
[#3346](https://github.com/apache/datafusion-comet/issues/3346)
- **ArrayRemove**: Returns null when the element to remove is null, instead of
removing null elements from the array.
[#3173](https://github.com/apache/datafusion-comet/issues/3173)
-- **GetArrayItem**: Known correctness issues with index handling, including
off-by-one errors and incorrect results
- with dynamic (non-literal) index values.
- [#3330](https://github.com/apache/datafusion-comet/issues/3330),
- [#3332](https://github.com/apache/datafusion-comet/issues/3332)
- **ArraysOverlap**: Inconsistent behavior when arrays contain NULL values.
[#3645](https://github.com/apache/datafusion-comet/issues/3645),
[#2036](https://github.com/apache/datafusion-comet/issues/2036)
diff --git a/_sources/user-guide/latest/expressions.md.txt
b/_sources/user-guide/latest/expressions.md.txt
index c3aca6f67..7cbadec02 100644
--- a/_sources/user-guide/latest/expressions.md.txt
+++ b/_sources/user-guide/latest/expressions.md.txt
@@ -250,7 +250,7 @@ Comet supports using the following aggregate functions
within window contexts wi
| CreateArray | Yes |
|
| ElementAt | Yes | Input must be an array. Map inputs are
not supported.
|
| Flatten | Yes |
|
-| GetArrayItem | No | Known correctness issues with index
handling ([#3330](https://github.com/apache/datafusion-comet/issues/3330),
[#3332](https://github.com/apache/datafusion-comet/issues/3332)) |
+| GetArrayItem | Yes |
|
## Map Expressions
diff --git a/searchindex.js b/searchindex.js
index d68a8ebf7..caa26b79a 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
diff --git a/user-guide/latest/compatibility.html
b/user-guide/latest/compatibility.html
index 0e16c7a39..e9c1ca72c 100644
--- a/user-guide/latest/compatibility.html
+++ b/user-guide/latest/compatibility.html
@@ -504,10 +504,6 @@ the <a class="reference internal"
href="expressions.html"><span class="std std-d
<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3346">#3346</a></p></li>
<li><p><strong>ArrayRemove</strong>: Returns null when the element to remove
is null, instead of removing null elements from the array.
<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3173">#3173</a></p></li>
-<li><p><strong>GetArrayItem</strong>: Known correctness issues with index
handling, including off-by-one errors and incorrect results
-with dynamic (non-literal) index values.
-<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3330">#3330</a>,
-<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3332">#3332</a></p></li>
<li><p><strong>ArraysOverlap</strong>: Inconsistent behavior when arrays
contain NULL values.
<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3645">#3645</a>,
<a class="reference external"
href="https://github.com/apache/datafusion-comet/issues/2036">#2036</a></p></li>
diff --git a/user-guide/latest/expressions.html
b/user-guide/latest/expressions.html
index 49addd2de..5a74f7f9f 100644
--- a/user-guide/latest/expressions.html
+++ b/user-guide/latest/expressions.html
@@ -1340,8 +1340,8 @@ of expressions that be disabled.</p>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>GetArrayItem</p></td>
-<td><p>No</p></td>
-<td><p>Known correctness issues with index handling (<a class="reference
external"
href="https://github.com/apache/datafusion-comet/issues/3330">#3330</a>, <a
class="reference external"
href="https://github.com/apache/datafusion-comet/issues/3332">#3332</a>)</p></td>
+<td><p>Yes</p></td>
+<td><p></p></td>
</tr>
</tbody>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]