SGA-taichi-kato commented on issue #1255: URL: https://github.com/apache/iceberg-python/issues/1255#issuecomment-2443023759
Here is the parquet-tools result. ``` $ parquet-tools show 00000-0-515d281f-afd7-4873-89c9-c5b1a992a822.parquet +------------------+---------------+-----------------+---------------------------------------------------------------------------------------+----------------+----------------+----------------+--------------------------+----------------------+----------------------------------------------------------+ | string_field_1 | int_field_1 | float_field_1 | struct_field_1 | list_field_1 | list_field_2 | list_field_3 | map_field_1 | map_field_2 | map_field_3 | |------------------+---------------+-----------------+---------------------------------------------------------------------------------------+----------------+----------------+----------------+--------------------------+----------------------+----------------------------------------------------------| | field_1 | 123 | 1.23 | {'string_nested_1': 'nest_1', 'int_item_2': 1234, 'float_item_2': 1.2339999675750732} | ['a' 'b' 'c'] | [1 2 3] | [0.1 0.2 0.3] | [('a', 'b'), ('b', 'c')] | [('a', 1), ('b', 2)] | [('a', 0.10000000149011612), ('b', 0.20000000298023224)] | | field_1_b | nan | nan | {'string_nested_1': '', 'int_item_2': 0, 'float_item_2': 0.0} | | | | | | | +------------------+---------------+-----------------+---------------------------------------------------------------------------------------+----------------+----------------+----------------+--------------------------+----------------------+----------------------------------------------------------+ ``` Is this a bug of Pyiceberg? -- 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