Re: [I] Can't partition by nested field [iceberg-python]

2025-07-15 Thread via GitHub
kevinjqliu closed issue #2095: Can't partition by nested field URL: https://github.com/apache/iceberg-python/issues/2095 -- 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 comment. To unsu

Re: [I] Can't partition by nested field [iceberg-python]

2025-07-11 Thread via GitHub
geruh commented on issue #2095: URL: https://github.com/apache/iceberg-python/issues/2095#issuecomment-3064474306 I was incorrect about this looks like the java implementation allows for primitives that are referenced by structs. However the determine partitioning in pyiceberg doesn't have

Re: [I] Can't partition by nested field [iceberg-python]

2025-07-09 Thread via GitHub
geruh commented on issue #2095: URL: https://github.com/apache/iceberg-python/issues/2095#issuecomment-3053775392 Hey @nvartolomei, Thanks for raising this issue. Currently, we don’t support partitioning on non-primitive type columns, so the referenced struct type should trigger a v

[I] Can't partition by nested field [iceberg-python]

2025-06-16 Thread via GitHub
nvartolomei opened a new issue, #2095: URL: https://github.com/apache/iceberg-python/issues/2095 ### Apache Iceberg version 0.9.1 (latest release) ### Please describe the bug 🐞 ``` Traceback (most recent call last): File "/home/nv/src/pyiceberg-example/nested_part