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


##########
arrow-array/src/array/struct_array.rs:
##########
@@ -302,6 +306,21 @@ impl From<(Vec<(Field, ArrayRef)>, Buffer)> for 
StructArray {
     }
 }
 
+impl From<RecordBatch> for StructArray {

Review Comment:
   This replaces the existing implementation in record_batch.rs with a more 
optimal implementation



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