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