alamb commented on code in PR #7626:
URL: https://github.com/apache/arrow-rs/pull/7626#discussion_r2134705887
##########
arrow-select/src/coalesce.rs:
##########
@@ -416,25 +416,159 @@ mod tests {
.run();
}
+ #[test]
+ fn test_empty_schema() {
Review Comment:
The point of this PR is to add direct coverage for `coalesce`ing
`StringViewArray`s rather than testing `gc_string_view_array` directly
That way I can change the internal implementation of coalesce and still
maintain test coverage
--
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]