thorfour commented on code in PR #7539:
URL: https://github.com/apache/arrow-rs/pull/7539#discussion_r2101354567
##########
arrow-select/src/filter.rs:
##########
@@ -2067,4 +2074,59 @@ mod tests {
assert_eq!(result.to_data(), expected.to_data());
}
+
+ #[test]
+ fn test_filter_empty_struct() {
Review Comment:
That's correct however without that panic the bug was much more subtle as it
created an invalid record batch that would panic when slicing elsewhere.
--
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]