[
https://issues.apache.org/jira/browse/HUDI-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit updated HUDI-4446:
------------------------------
Priority: Critical (was: Blocker)
> Call out breaking change in KeyGenerator interface
> --------------------------------------------------
>
> Key: HUDI-4446
> URL: https://issues.apache.org/jira/browse/HUDI-4446
> Project: Apache Hudi
> Issue Type: Bug
> Components: docs
> Reporter: Alexey Kudinkin
> Assignee: Alexey Kudinkin
> Priority: Critical
> Fix For: 0.12.0
>
>
> We need to call out in the release change-logs as well as in change-logs that
> following method has changed its signature:
> From
> {code:java}
> String getRecordKey(InternalRow row, StructType schema); {code}
> To
> {code:java}
> @PublicAPIMethod(maturity = ApiMaturityLevel.EVOLVING)
> UTF8String getRecordKey(InternalRow row, StructType schema); {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)