You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/07/22 01:10:00 UTC

[jira] [Updated] (HUDI-4446) Call out breaking change in KeyGenerator interface

     [ https://issues.apache.org/jira/browse/HUDI-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kudinkin updated HUDI-4446:
----------------------------------
    Fix Version/s: 0.12.0

> 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
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Blocker
>             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)