[
https://issues.apache.org/jira/browse/HUDI-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit closed HUDI-4336.
-----------------------------
Resolution: Fixed
> Records will be overwritten incorrectly with binary primary key type
> --------------------------------------------------------------------
>
> Key: HUDI-4336
> URL: https://issues.apache.org/jira/browse/HUDI-4336
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: luoyajun
> Assignee: luoyajun
> Priority: Minor
> Labels: patch, pull-request-available
> Fix For: 0.12.0
>
>
> Records can be overwritten when the recordkey or primarykey is binary type,
> such as a mysql table with primary key BINARY(16). There may be only one
> record in hudi finally after writing. This is related to the toString of
> ByteBuffer when generating the record key. ByteBuffer has overwritten the
> toString to return a summary string.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)