mroeschke opened a new issue, #45582:
URL: https://github.com/apache/arrow/issues/45582

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```python
   In [1]: from pyarrow.pandas_compat import get_logical_type
   
   In [2]: import pyarrow as pa
   
   In [3]: get_logical_type(pa.decimal128(3, 2))
   Out[3]: 'decimal'
   
   In [4]: get_logical_type(pa.decimal64(3, 2))
   Out[4]: 'object'
   
   In [5]: pa.__version__
   Out[5]: '19.0.1'
   ```
   
   This subsequently will prevent the type's `precision` and `scale` from being 
written in parquet metadata
   
   
https://github.com/apache/arrow/blob/288a4312900ef5ec3643f36a2264567e58948f75/python/pyarrow/pandas_compat.py#L170-L174
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to