Commit 9c247a5
authored
### Rationale for this change
https://github.com/apache/arrow/blob/6456944f5092dedb3f80d9bc80400e857d6571c7/python/pyarrow/tests/strategies.py#L393-L394
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.
* GitHub Issue: #48446
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
1 parent 7e5cbb4 commit 9c247a5
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | 393 | | |
396 | 394 | | |
397 | 395 | | |
| |||
0 commit comments