jorgecarleitao commented on a change in pull request #8485:
URL: https://github.com/apache/arrow/pull/8485#discussion_r507071022
##########
File path: rust/arrow/src/array/array.rs
##########
@@ -898,7 +874,7 @@ impl From<Vec<Option<bool>>> for BooleanArray {
/// Constructs a `PrimitiveArray` from an array data reference.
impl<T: ArrowPrimitiveType> From<ArrayDataRef> for PrimitiveArray<T> {
- default fn from(data: ArrayDataRef) -> Self {
Review comment:
one of the core changes of this PR...
----------------------------------------------------------------
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:
[email protected]