Skip to content

Commit 3c927dd

Browse files
doc: GetArrayItem is now supported (#3880)
1 parent ba6b3ce commit 3c927dd

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/source/user-guide/latest/compatibility.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ the [Comet Supported Expressions Guide](expressions.md) for more information on
6464
[#3346](https://github.com/apache/datafusion-comet/issues/3346)
6565
- **ArrayRemove**: Returns null when the element to remove is null, instead of removing null elements from the array.
6666
[#3173](https://github.com/apache/datafusion-comet/issues/3173)
67-
- **GetArrayItem**: Known correctness issues with index handling, including off-by-one errors and incorrect results
68-
with dynamic (non-literal) index values.
69-
[#3330](https://github.com/apache/datafusion-comet/issues/3330),
70-
[#3332](https://github.com/apache/datafusion-comet/issues/3332)
7167
- **ArraysOverlap**: Inconsistent behavior when arrays contain NULL values.
7268
[#3645](https://github.com/apache/datafusion-comet/issues/3645),
7369
[#2036](https://github.com/apache/datafusion-comet/issues/2036)

docs/source/user-guide/latest/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Comet supports using the following aggregate functions within window contexts wi
250250
| CreateArray | Yes | |
251251
| ElementAt | Yes | Input must be an array. Map inputs are not supported. |
252252
| Flatten | Yes | |
253-
| 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)) |
253+
| GetArrayItem | Yes | |
254254

255255
## Map Expressions
256256

0 commit comments

Comments
 (0)