as10128 opened a new issue, #751:
URL: https://github.com/apache/iceberg-python/issues/751

   ### Apache Iceberg version
   
   0.6.0 (latest release)
   
   ### Please describe the bug 🐞
   
   Version: Pyiceberg 0.6.1 
   
   I create a table, there are multiple columns of type decimal, 
decimal(32,16), decimal(32,2),
    after I build the table successfully, the metadata.json file shows this,
   <img width="878" alt="image" 
src="https://github.com/apache/iceberg-python/assets/22188671/7bc1177b-f1aa-476b-805e-d139b66b1a61";>
    After using the append method to insert data, the columns of decimal data 
type all become decimal(32,2).
   <img width="767" alt="image" 
src="https://github.com/apache/iceberg-python/assets/22188671/eaa2f5aa-58f9-4b46-a3b1-f3f998d7ff8e";>
    I continue to insert data, and an error is reported.
   <img width="659" alt="image" 
src="https://github.com/apache/iceberg-python/assets/22188671/69f329c1-6aef-4e3e-b1ed-c55bea895745";>
   I still want to use the schema I created as the schema for my iceber table, 
how do I do that?


-- 
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.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