apache / apache/datafusion-comet
Improve coverage of tests for array expressions
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 373
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 198
Description
### What is the problem the feature request solves?
I would like to start implementing some shared test code for array expressions to make it easier to test for edge cases such as null or empty arrays.
The following functions need improved tests:
- [ ] array_remove
- [ ] array_contains
- [ ] array_append
- [ ] array_intersect
- [ ] array_join
- [ ] array_repeat
- [ ] array_compact
- [ ] arrays_overlap
### Describe the potential solution
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.