You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2023/02/16 12:07:00 UTC

[jira] [Created] (HUDI-5813) Add Quarantine table support for error events

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)