assignUser commented on PR #14953:
URL: https://github.com/apache/arrow/pull/14953#issuecomment-1373057289
@DamianBarabonkovQC the lint job output is not intuitive so I extracted the
diff for you:
```diff
--- original//arrow/python/pyarrow/tests/test_pandas.py
+++ fixed//arrow/python/pyarrow/tests/test_pandas.py
@@ -1685,7 +1685,7 @@
cat = pd.CategoricalDtype(categories=[], ordered=False)
assert pd.DataFrame({'col': [None, None]}, dtype=cat).equals(result)
-
+
def test_to_pandas_categories_already_dictionary(self):
# Showed up in ARROW-6434, ARROW-6435
array = pa.array(['foo', 'foo', 'foo', 'bar']).dictionary_encode()
```
--
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]