jorisvandenbossche commented on PR #36314: URL: https://github.com/apache/arrow/pull/36314#issuecomment-1611085273
One option could be to decide that we _only_ want to use this `pandas_dtype.__from_arrow__` if you actually have an extension type on the arrow side (and so don't do this for timestamp data, also not for the ChunkedArray case), or when you specified a pandas extension dtype with `types_mapper`. Then for all default cases, we (pyarrow) just own the conversion and can ensure the keywords are honored. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org