Re: [I] Writing map types [iceberg-python]

2025-02-24 Thread via GitHub
b-phi commented on issue #1623: URL: https://github.com/apache/iceberg-python/issues/1623#issuecomment-2678423361 Thanks for the suggestion @Fokko, I can confirm that using `table.schema().as_arrow()` works whereas `iceberg_schema.as_arrow()` does not. The IDs have been reassigned as you s

Re: [I] Writing map types [iceberg-python]

2025-02-22 Thread via GitHub
omkenge commented on issue #1623: URL: https://github.com/apache/iceberg-python/issues/1623#issuecomment-2676235409 Ref this #1707 -- 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 co

Re: [I] Writing map types [iceberg-python]

2025-02-10 Thread via GitHub
b-phi commented on issue #1623: URL: https://github.com/apache/iceberg-python/issues/1623#issuecomment-2648535596 Hey Kevin, thanks for the suggestion. Although that didn't work, I did some further investigation and believe I found the root issue. It seems the write behavior depends on whe

[I] Writing map types [iceberg-python]

2025-02-07 Thread via GitHub
b-phi opened a new issue, #1623: URL: https://github.com/apache/iceberg-python/issues/1623 ### Question I'm not sure if this is a bug or I'm just not structuring the data correctly, I couldn't find any examples for writing maps. Given a table with a simple schema with a map fie