sergun commented on issue #601:
URL: https://github.com/apache/iceberg-python/issues/601#issuecomment-2058470428

   BTW: Found some explaination why merge of Arrow tables with different 
schemas is not possible:
   https://github.com/apache/arrow/issues/35424
   The reason looks weired, but yes, as I remeber e.g. Spark dataframes may 
have columns with duplicated names.
   
   Probably it is possible to implement table merge in PyArrow after the check 
that there are no duplicated column names in each struct and on root level.
   


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