sergun commented on issue #601: URL: https://github.com/apache/iceberg-python/issues/601#issuecomment-2058445375
@kevinjqliu It is strange to me that in PyArrow there is [pa.unify_schemas(...)](https://arrow.apache.org/docs/python/generated/pyarrow.unify_schemas.html) which is able (I double-checked) to unify **nested schemas** (even with type promotions). But there is no "dual" functionality to cast, concat, read or to do something different with corresponding **data** in `pa.Table`. None of e.g. [pa.Table.cast(...)](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.cast), [pa.concat_tables(...)](https://arrow.apache.org/docs/python/generated/pyarrow.concat_tables.html), [pa.concat_tables(...)](https://arrow.apache.org/docs/python/generated/pyarrow.concat_tables.html), [pa.parquet.read_table(...)](https://arrow.apache.org/docs/python/generated/pyarrow.parquet.read_table.html) is working. -- 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