mapleFU commented on code in PR #10046:
URL: https://github.com/apache/arrow-rs/pull/10046#discussion_r3341475888
##########
arrow-select/src/interleave.rs:
##########
@@ -419,6 +421,77 @@ fn interleave_list<O: OffsetSizeTrait>(
Ok(Arc::new(list_array))
}
+fn interleave_fixed_size_list(
Review Comment:
This might reusing an optimization with
https://github.com/apache/arrow-rs/pull/10025 . Otherwise it might get slower
in some case
--
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]