alamb commented on a change in pull request #8656:
URL: https://github.com/apache/arrow/pull/8656#discussion_r522898144



##########
File path: rust/arrow/src/array/mod.rs
##########
@@ -121,8 +121,8 @@ pub use self::array_primitive::PrimitiveArray;
 pub use self::array_string::LargeStringArray;
 pub use self::array_string::StringArray;
 pub use self::array_struct::StructArray;
+pub use self::array_union::UnionArray;

Review comment:
       👍 
   
   Looks like we could also do the same thing (move `NullArray` from `null.rs` 
to `null_array.rs`), though as a different PR. I think this PR is a good 
improvement itself.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to