lccnl commented on issue #34639:
URL: https://github.com/apache/arrow/issues/34639#issuecomment-1537135126

   ok thank you for the explanation and for opening specific issues!
   
   One thing I have noticed is that if you do your same test on the second 
batch: 
   ````
   x=pa.RecordBatch.from_struct_array(modified_arrays[1])
   ````
   everything works fine (methods to_pandas and to.struct_array yield the 
correct array with one row). 
   
   In the first case (taking the first batch), the method to_pydict also 
returns the wrong result (I guess it must be related to how to_struct_array 
works?).
   
   If you want to close this issue, I can follow the two you have opened.


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