redpheonixx commented on PR #1839:
URL: https://github.com/apache/iceberg-python/pull/1839#issuecomment-2748836848

   Hi @kevinjqliu @Fokko 
   I have updated the code as per previous PR #1799  comments
   please note that
   
   1. We need Decimal as to create pa.array of decimal 128 type it accepts only 
integer and decimal values and not float values. 
   2. I tried without this parameter `store_decimal_as_integer=True` 
(ParquetWriter) but then the physical type for decimal(5, 2) will be 
FIXED_LEN_BYTE_ARRAY. 
   
   


-- 
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...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to