lccnl commented on issue #34639: URL: https://github.com/apache/arrow/issues/34639#issuecomment-1533300802
Hello, I tested the fix on pyarrow 12 and it seems that the bug is still there: ``` assert(len(pa.RecordBatch.from_struct_array(standard).column(0)))==len(pa.RecordBatch.from_struct_array(taken).column(0))``` yields an error -- 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]
