rdblue commented on issue #483: Conversions#fromPartitionString() could not convert String of timestamp-like format to Integer URL: https://github.com/apache/incubator-iceberg/issues/483#issuecomment-533627418 @chenjunjiedada, you should not parse strings into partition data. Parsing partition strings is an anti-pattern because there are many cases that will cause you to get corrupted data, like not handling escaping correctly. Instead of parsing partition strings, you can delete by path or you can get a `DataFile` instance from the table using `FindFiles`.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
