Fokko commented on issue #1255: URL: https://github.com/apache/iceberg-python/issues/1255#issuecomment-2444465549
Looks like it is happening when casting it into the right schema: Before: ``` <pyarrow.lib.StructArray object at 0x134ec1f00> -- is_valid: [ true, false ] -- child 0 type: string [ "nest_1", "" ] -- child 1 type: int32 [ 1234, 0 ] -- child 2 type: float [ 1.234, 0 ] ``` After: ``` <pyarrow.lib.StructArray object at 0x134ec3160> -- is_valid: all not null -- child 0 type: string [ "nest_1", "" ] -- child 1 type: int32 [ 1234, 0 ] -- child 2 type: float [ 1.234, 0 ] ``` -- 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 unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org