[ https://issues.apache.org/jira/browse/HUDI-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Danny Chen closed HUDI-9042. ---------------------------- Reviewers: Danny Chen Resolution: Fixed Fixed via master branch: 906747a5bfbec6babfcf54a175ec729f24572e47 > `RowDataKeyGen` doesn't support all available key generators > ------------------------------------------------------------ > > Key: HUDI-9042 > URL: https://issues.apache.org/jira/browse/HUDI-9042 > Project: Apache Hudi > Issue Type: Task > Reporter: Geser Dugarov > Assignee: Geser Dugarov > Priority: Major > Labels: pull-request-available > Fix For: 1.1.0 > > > `RowDataKeyGen`: > 1. doesn't support `CustomAvroKeyGenerator`, > 2. doesn't allow to process case, when partition column is string, and we set > key generator as: > {noformat} > 'hoodie.datasource.write.keygenerator.class'='org.apache.hudi.keygen.TimestampBasedAvroKeyGenerator', > 'hoodie.keygen.timebased.timestamp.type' = 'DATE_STRING', > 'hoodie.keygen.timebased.input.dateformat' = 'yyyy-MM-dd HH:mm:ss', > 'hoodie.keygen.timebased.output.dateformat' = 'yyyy-MM-dd' > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)