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)

Reply via email to