Copilot commented on code in PR #51404:
URL: https://github.com/apache/arrow/pull/51404#discussion_r4092584584


##########
python/pyarrow/tests/test_pandas.py:
##########
@@ -99,8 +99,8 @@ def _alltypes_example(size=100):
 
 def _check_pandas_roundtrip(df, expected=None, use_threads=False,
                             expected_schema=None,
-                            check_dtype=True, schema=None,
-                            preserve_index=False,
+                            check_dtype=True, check_freq=False,

Review Comment:
   This makes `check_freq=False` the default for every caller of this shared 
round-trip helper, so all of the other datetime-index tests stop detecting lost 
or changed `DatetimeIndex.freq` values. The warning is only from the two 
`test_column_index_names_datetime` cases; keep the helper's strict default and 
pass `check_freq=False` only at those call sites.



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