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

2025-07-22 Thread via GitHub
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

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