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:09:00 UTC

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

Alexey Kudinkin created HUDI-4446:
-------------------------------------

             Summary: 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


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)