Commit 7e5cbb4
authored
### Rationale for this change
https://github.com/apache/arrow/blob/6456944f5092dedb3f80d9bc80400e857d6571c7/python/pyarrow/tests/test_cffi.py#L648
can be removed now because `requested_schema` is implemented in d6b9051fa0 and its corresponding test was added as `test_roundtrip_batch_reader_capsule_requested_schema`.
### What changes are included in this PR?
This PR removes the todo of implementing requested_schema.
### Are these changes tested?
I removed a comment so did not test.
### Are there any user-facing changes?
No, test-only.
* GitHub Issue: #48444
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
1 parent 20895f7 commit 7e5cbb4
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
649 | 648 | | |
650 | 649 | | |
651 | 650 | | |
| |||
0 commit comments