amol- commented on a change in pull request #11008:
URL: https://github.com/apache/arrow/pull/11008#discussion_r710116996



##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -1569,14 +1570,6 @@ def test_partitioning_factory_segment_encoding():
         inferred_schema = factory.inspect()
 
 
-def test_dictionary_partitioning_outer_nulls_raises(tempdir):
-    table = pa.table({'a': ['x', 'y', None], 'b': ['x', 'y', 'z']})
-    part = ds.partitioning(
-        pa.schema([pa.field('a', pa.string()), pa.field('b', pa.string())]))
-    with pytest.raises(pa.ArrowInvalid):
-        ds.write_dataset(table, tempdir, format='parquet', partitioning=part)

Review comment:
       put it back where it was




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