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

   ### Apache Iceberg version
   
   0.9.1
   
   ### Please describe the bug 🐞
   
   df = pyarrow.read_table(read_dictionary=[string_columns])
   
   table = catalog.load_table(table_name)
   
   table.append(df) -> 'append' casts dictionary columns into large string and 
table appended without any error 
   
   table.upsert(df, join_cols=[primary_keys]) -> Error (Invalid Type Dictionary)
   table.update(df, join_cols=[primary_keys]) -> Error (Invalid Type Dictionary)
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [x] I cannot contribute a fix for this bug at this time


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to