PratyushD21 opened a new pull request, #49210: URL: https://github.com/apache/arrow/pull/49210
### Rationale for this change Fixes #49168 ### What changes are included in this PR? As per the issue raised in [[Python] Consider pa.date32/64.to_pandas_dtype() returning datetime64[s] instead of datetime64[ms]](https://github.com/apache/arrow/issues/49168), it was observed that no `ms` timestamp was supported in [parquet](https://parquet.apache.org/docs/file-format/types/logicaltypes/). To rectify that, the `pa.Date32/64.to_pandas_dtype` will return `datetime64[s]`. python/pyarrow/types.pxi python/pyarrow/tests/test_schema.py ### Are these changes tested? Yes, the schema test file `python/pyarrow/tests/test_schema.py` has been updated to include this change. ### Are there any user-facing changes? Yes, the return types `pa.date64/32().to_pandas_dtype()` should return `datetime64[s]`. **This PR includes breaking changes to public APIs.** (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.) -- 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]
