arpradhan commented on issue #15332: URL: https://github.com/apache/iceberg/issues/15332#issuecomment-4897629946
Hi @wypoon in your test what is the data type of `cs_sold_date_sk`? I have a table that has a partition with an integer data type, and some of the partitions are null. The null partition is stored in s3 as `bin= __HIVE_DEFAULT_PARTITION__`. When I run `add_files` on the table, an error is thrown for `java.lang.NumberFormatException: For input string: "null"` from `org.apache.iceberg.types.Conversions.fromPartitionString` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
