HyukjinKwon opened a new pull request, #48447:
URL: https://github.com/apache/arrow/pull/48447

   ### Rationale for this change
   
   
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.
   
   ### What changes are included in this PR?
   
   This PR removes an obsolete todo.
   
   ### Are these changes tested?
   
   No, I removed a comment and did not test this.
   
   ### Are there any user-facing changes?
   
   No, test-only.


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