alexeykudinkin commented on issue #5810: URL: https://github.com/apache/hudi/issues/5810#issuecomment-1154350480
@huizhong-sz transformations in partitioning clause are not supported at the moment. You can work it around by specifying `TimestampBasedKeyGenerator` which would be producing partition-path as hours based on the `ts` column. -- 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]
