sanjibansg commented on code in PR #12791:
URL: https://github.com/apache/arrow/pull/12791#discussion_r842440413
##########
python/pyarrow/tests/test_dataset.py:
##########
@@ -549,7 +549,8 @@ def test_partitioning():
pa.field('key', pa.float64())
])
)
- assert len(partitioning.dictionaries) == 0
+ assert len(partitioning.dictionaries) == 2
+ assert all(x is None for x in partitioning.dictionaries) is True
Review Comment:
Made the change. Thanks for the suggestion!
--
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]