tustvold commented on code in PR #2769:
URL: https://github.com/apache/arrow-rs/pull/2769#discussion_r978842008


##########
arrow/src/pyarrow.rs:
##########
@@ -166,19 +166,6 @@ impl<T: PyArrowConvert> PyArrowConvert for Vec<T> {
     }
 }
 
-impl<T> PyArrowConvert for T

Review Comment:
   This can't be implemented as it errors complaining that 
`arrow_schema::DataType` could be updated to implement `Array + 
From<ArrayData>` which would then cause a conflict with the `impl 
PyArrowConvert for DataType`.
   
   Ultimately this impl is not hugely important, as it is just a case of using 
`make_array` and `Array::data`



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

Reply via email to