HyukjinKwon opened a new issue, #48446: URL: https://github.com/apache/arrow/issues/48446
### Describe the enhancement requested https://github.com/apache/arrow/blob/6456944f5092dedb3f80d9bc80400e857d6571c7/python/pyarrow/tests/strategies.py#L393-L394 https://github.com/apache/arrow/commit/2b36521e52 fixed the issue by: ```diff - return pa.RecordBatch.from_arrays(children, names=schema) + return pa.RecordBatch.from_arrays(children, schema=schema) ``` so this todo can be removed. ### Component(s) Python -- 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]
