Fokko commented on issue #281: URL: https://github.com/apache/iceberg-python/issues/281#issuecomment-1900076148
@syun64 thanks for raising this. With the freshly merged write support, we can do: ```python cat = load_catalog('default') tbl = cat.load_table('default.some_table') tbl.overwrite(df: pa.Table) ``` The overwrite will create a new snapshot with the existing schema. This would only replace the data, and keep the metadata. Would that work for you? The next step would be to automatically evolve the schema as well (with flags for compatible/incompatible changes). -- 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