[
https://issues.apache.org/jira/browse/HUDI-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938667#comment-17938667
]
Geser Dugarov edited comment on HUDI-9042 at 3/26/25 5:17 PM:
--------------------------------------------------------------
`CustomAvroKeyGenerator` hasn't been supported for the master branch before the
corresponding RFC work:
[https://github.com/apache/hudi/pull/12796#discussion_r1960832413]
And users need шт this type of key generator is questionable. Under this task,
I propose to fix only `DATE_STRING` broken case for
`TimestampBasedAvroKeyGenerator`.
was (Author: JIRAUSER301110):
`CustomAvroKeyGenerator` hasn't been supported for the master branch before the
corresponding RFC work:
[https://github.com/apache/hudi/pull/12796#discussion_r1960832413]
And need of this type of key generator is questionable. Under this task I
propose to fix only `DATE_STRING` broken case for
`TimestampBasedAvroKeyGenerator`.
> `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
>
> `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)