Skip to content

Commit b358012

Browse files
fix: enable arrays_overlap (#3901)
1 parent 3d80308 commit b358012

8 files changed

Lines changed: 1002 additions & 38 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ the [Comet Supported Expressions Guide](expressions.md) for more information on
6666

6767
### Array Expressions
6868

69-
- **ArraysOverlap**: Inconsistent behavior when arrays contain NULL values.
70-
[#3645](https://github.com/apache/datafusion-comet/issues/3645),
71-
[#2036](https://github.com/apache/datafusion-comet/issues/2036)
7269
- **ArrayUnion**: Sorts input arrays before performing the union, while Spark preserves the order of the first array
7370
and appends unique elements from the second.
7471
[#3644](https://github.com/apache/datafusion-comet/issues/3644)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Comet supports using the following aggregate functions within window contexts wi
253253
| ArrayRemove | Yes | |
254254
| ArrayRepeat | No | |
255255
| ArrayUnion | No | Behaves differently than spark. Comet sorts the input arrays before performing the union, while Spark preserves the order of the first array and appends unique elements from the second. |
256-
| ArraysOverlap | No | |
256+
| ArraysOverlap | Yes | |
257257
| CreateArray | Yes | |
258258
| ElementAt | Yes | Input must be an array. Map inputs are not supported. |
259259
| Flatten | Yes | |

0 commit comments

Comments
 (0)