felipecrv opened a new pull request, #43302:
URL: https://github.com/apache/arrow/pull/43302
### Rationale for this change
We need casts between string (binary) and string-view (binary-view) types
since they are semantically equivalent.
### What changes are included in this PR?
- Add `is_binary_view_like()` type predicate
- Add `BinaryViewTypes()` list including `STRING_VIEW/BINARY_VIEW`
- New cast kernels
### Are these changes tested?
Yes, but test coverage might be improved.
### Are there any user-facing changes?
More casts are available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]