AnkitAhlawat7742 commented on issue #49933:
URL: https://github.com/apache/arrow/issues/49933#issuecomment-4387469273

   Hi @raulcd and @jorisvandenbossche,
   
   This issue is the same as #49920. I have already investigated and identified 
the root cause — the pandas change in pandas-dev/pandas#65429 made freq 
Index-only state. The test was incorrectly setting df.index.freq = None instead 
of expected.index.freq = None since expected = df[["a"]] creates an independent 
Index object. I have tested the fix locally and it passes. Please let me know 
if my investigation is correct and i can update the test case. if you guys agree


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