raulcd commented on code in PR #47454:
URL: https://github.com/apache/arrow/pull/47454#discussion_r2353007988


##########
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:
   could we have both test example validations? We would validate the previous 
functionality is still working as it was before maintaining the old test.



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