jo-migo commented on code in PR #47454:
URL: https://github.com/apache/arrow/pull/47454#discussion_r2367272348


##########
python/pyarrow/tests/test_scalars.py:
##########
@@ -957,12 +957,16 @@ def test_map_scalar_as_py_with_custom_field_name():
 
 
 def test_nested_map_types_with_maps_as_pydicts():
-    ty = pa.struct([
-        pa.field('x', pa.map_(pa.string(), pa.int8())),
-        pa.field('y', pa.list_(pa.map_(pa.string(), pa.int8()))),
-    ])

Review Comment:
   Sure, I restored the original test and tested this functionality in a new 
one.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to