Skip to content

Commit

Permalink
fix: expressions doc for ArrayRemove (#1356)
Browse files Browse the repository at this point in the history
## Which issue does this PR close?

Closes #.

## Rationale for this change

The doc says ArrayRemove is experimental https://github.com/apache/datafusion-comet/blob/ea6d9508800f4fd50341dd33425a08a62b549aae/docs/source/user-guide/expressions.md?plain=1#L193
although array remove is compatible (and tested) for the types that it currently supports

## What changes are included in this PR?

Updated the doc

## How are these changes tested?

existing test
  • Loading branch information
kazuyukitanimura authored Jan 30, 2025
1 parent ea6d950 commit 95c158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The following Spark expressions are currently available. Any known compatibility
| ArrayContains | Experimental |
| ArrayIntersect | Experimental |
| ArrayJoin | Experimental |
| ArrayRemove | Experimental |
| ArrayRemove | |
| ArraysOverlap | Experimental |
| ElementAt | Arrays only |
| GetArrayItem | |
Expand Down

0 comments on commit 95c158b

Please sign in to comment.