JingsongLi commented on PR #8185: URL: https://github.com/apache/paimon/pull/8185#issuecomment-4892978969
`PartitionTimeResolver.parsePartionValues only 'LocalDateTime.parse', after failure 'LocalDate.parse'; But PR has added month/year granularity (` Period. ofMonths/Years `), and partitions without days such as formatter ` yyyy MM `/` yyyy ` will fail parsing. Need to add logic similar to 'YearMonth'/'Year' and add parse side testing. -- 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]
