Deletes are not working if using custom timestamp for replica identity DEFAULT
Open
area:ingest
from-jira
priority:critical
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
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]
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6557
- Type: Bug
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.