chenjunjiedada 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-533386857 @rdblue, Thanks for the elaboration. So if we want to use an `hour` partition filed of `YYYY-MM-DD-HH` format in PartitionSpec. Either we need to transform the string to a timestamp value at first, for example, `event_time_hour=1568892724618` to `withPartitionPath`. Or we can add a function which produces a `PartitionData` from the string. Am I correct?
---------------------------------------------------------------- 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]
