Commit 95c158b
authored
fix: expressions doc for ArrayRemove (#1356)
## 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 test1 parent ea6d950 commit 95c158b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments