Skip to content

Commit 5499afa

Browse files
authored
MINOR: [Python] Remove obsolete is_map TODO comment (#48353)
### Rationale for this change This TODO was added in eaeb5d4. However, now we have map support properly, and its test was added in e0c1ffe ### What changes are included in this PR? This PR proposes to remove obsolete is_map TODO comment. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: AlenkaF <[email protected]>
1 parent 1f599f4 commit 5499afa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/pyarrow/tests/test_types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@ def test_is_run_end_encoded():
260260
assert not types.is_run_end_encoded(pa.utf8())
261261

262262

263-
# TODO(wesm): is_map, once implemented
264-
265-
266263
def test_is_binary_string():
267264
assert types.is_binary(pa.binary())
268265
assert not types.is_binary(pa.string())

0 commit comments

Comments
 (0)