Re: [I] Python defined schema does not match created schema [iceberg-python]

2025-03-03 Thread via GitHub
grbinho commented on issue #1728: URL: https://github.com/apache/iceberg-python/issues/1728#issuecomment-2693685593 Hi @Fokko I'm doing this ``` mapped_data = [self.mapper(item, self.export_id, self.export_timestamp) for item in data] arrow_data = pa.Table.from_pylist(m

Re: [I] Python defined schema does not match created schema [iceberg-python]

2025-03-02 Thread via GitHub
Fokko commented on issue #1728: URL: https://github.com/apache/iceberg-python/issues/1728#issuecomment-2692856479 @grbinho Thanks for raising this. The IDs get re-assigned, so users don't have to worry about it. You mentioned that inserting the data fails; can you explain your process of h

[I] Python defined schema does not match created schema [iceberg-python]

2025-02-26 Thread via GitHub
grbinho opened a new issue, #1728: URL: https://github.com/apache/iceberg-python/issues/1728 ### Apache Iceberg version 0.8.1 (latest release) ### Please describe the bug 🐞 Hi, I'm using pyiceberg with Glue and S3 and while creating a table that contains list type