This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 3c927dde6 doc: GetArrayItem is now supported (#3880)
3c927dde6 is described below
commit 3c927dde67ccd9e4eeccacd57b668dfd4859e9fa
Author: KAZUYUKI TANIMURA <[email protected]>
AuthorDate: Thu Apr 2 07:04:13 2026 -0700
doc: GetArrayItem is now supported (#3880)
---
docs/source/user-guide/latest/compatibility.md | 4 ----
docs/source/user-guide/latest/expressions.md | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/docs/source/user-guide/latest/compatibility.md
b/docs/source/user-guide/latest/compatibility.md
index e0bc5f06e..5e610365b 100644
--- a/docs/source/user-guide/latest/compatibility.md
+++ b/docs/source/user-guide/latest/compatibility.md
@@ -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/docs/source/user-guide/latest/expressions.md
b/docs/source/user-guide/latest/expressions.md
index c3aca6f67..7cbadec02 100644
--- a/docs/source/user-guide/latest/expressions.md
+++ b/docs/source/user-guide/latest/expressions.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]