jorisvandenbossche commented on code in PR #49878:
URL: https://github.com/apache/arrow/pull/49878#discussion_r3182478652


##########
python/pyarrow/tests/test_pandas.py:
##########
@@ -492,6 +492,22 @@ def test_categorical_row_index(self):
 
         _check_pandas_roundtrip(df, preserve_index=True)
 
+    def test_categorical_with_timezone(self):

Review Comment:
   This test is in the class about the metadata, not the actual conversion. Can 
you move this down to eg the categorical related tests in `TestConvertMisc`?



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