huaxingao opened a new issue #3932: URL: https://github.com/apache/iceberg/issues/3932
When using `add_files` stored procedure to import files that are partitioned by timestamp, I found that timestamp is not supported in partition path. https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/types/Conversions.java#L74 It seems to me that timestamp in partition path should be supported. I will try a PR. -- 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]
