jorisvandenbossche commented on issue #45296: URL: https://github.com/apache/arrow/issues/45296#issuecomment-2598677632
Ah, yes, the current code is assuming that the user only uses the `'future.infer_string'` option when having pandas 2.3+ .. I should have included that in the check at: https://github.com/apache/arrow/blob/c9f417f1a58663351692433559e85ff2a7ec2e19/python/pyarrow/pandas-shim.pxi#L182-L187 (checking for that option `and pd.__version__ >= 2.3.0) -- 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]
