Lokesh Jain created HUDI-5813:
---------------------------------
Summary: Add Quarantine table support for error events
Key: HUDI-5813
URL: https://issues.apache.org/jira/browse/HUDI-5813
Project: Apache Hudi
Issue Type: Bug
Reporter: Lokesh Jain
Assignee: Lokesh Jain
This PR adds capability for adding source conversion error events to quarantine
table .
*Approach* :
- Track error events in `SourceFormatAdapter`
- Track error events from `WriteStatus`
- Added new WriteClient for quarantine table `BaseQuarantineTableWriter`
- If commit to quarantine table fails then throw error so that delta sync
fails .
--
This message was sent by Atlassian Jira
(v8.20.10#820010)