ismailsimsek commented on issue #1728:
URL:
https://github.com/apache/iceberg-python/issues/1728#issuecomment-3102079276
@Fokko @grbinho probably related to identifier field.
Im also getting similar error with iceberg scheme which has identifier fields
Code:
```
if schema
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