viirya commented on code in PR #1567:
URL: https://github.com/apache/arrow-rs/pull/1567#discussion_r850614718
##########
arrow/src/array/data.rs:
##########
@@ -2594,4 +2600,21 @@ mod tests {
assert_eq!(&struct_array_slice, &cloned);
}
+
+ #[test]
+ fn test_into_buffers() {
+ let data_types = vec![
+ DataType::Union(vec![], UnionMode::Sparse),
+ DataType::Union(vec![], UnionMode::Sparse),
+ ];
Review Comment:
We can add more datatypes if needed.
--
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]