apache / apache/datafusion-comet
Support `length` function with non-string input
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?
Since the length function with binary input panics, I have fallbacked it in #2349 and am trying to add a spark compatible length function in Datafusion https://github.com/apache/datafusion/issues/17474. Once it is resolved we can support the length function with non-string input in Comet.
### Describe the potential solution
Depends on: https://github.com/apache/datafusion/issues/17474
### Additional context
Contributor guide
Assessment
This issue has not been assessed yet.