kbendick commented on issue #2065: URL: https://github.com/apache/iceberg/issues/2065#issuecomment-758276738
@changquanyou Is it possible that you could share the individual row where this occurred, as well as the table's partition spec? As I mentioned, I have a patch for it, but I'd like to be sure that I understand the situation under which it occurred. For example, I imagine we want to be sure that we aren't allowing people to create partition specs for columns with `truncate[0]` (which I'd have to check to see if that's possible). But it seems like an individual row with an empty string is what caused this... I'm guessing either pubDayStr or title, where maybe non-parseable values / values of the incorrect type in in the raw data are possibly being stored in an empty string partition. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
