Aditya Goenka created HUDI-6557:
-----------------------------------
Summary: Deletes are not working if using custom timestamp for
replica identity DEFAULT
Key: HUDI-6557
URL: https://issues.apache.org/jira/browse/HUDI-6557
Project: Apache Hudi
Issue Type: Bug
Components: deltastreamer
Reporter: Aditya Goenka
Fix For: 0.14.0
Debezium is giving only primary key value for DELETE records and for others
it's giving as null.or 0. Timestamp convertor then converts 0 to 1970-01-01 and
tries to delete the record from that partition and delete fails.
Github issue - [https://github.com/apache/hudi/issues/9143]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)