You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by li...@apache.org on 2023/01/10 13:07:44 UTC

[incubator-seatunnel] branch dev updated: [Doc] Remove the undefined error code of hudi-connector. (#3907)

This is an automated email from the ASF dual-hosted git repository.

liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 74fd88685 [Doc] Remove the undefined error code of hudi-connector. (#3907)
74fd88685 is described below

commit 74fd88685af58dfd33556021067ca447ba30b68f
Author: FlechazoW <35...@users.noreply.github.com>
AuthorDate: Tue Jan 10 21:07:38 2023 +0800

    [Doc] Remove the undefined error code of hudi-connector. (#3907)
---
 docs/en/connector-v2/Error-Quick-Reference-Manual.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/en/connector-v2/Error-Quick-Reference-Manual.md b/docs/en/connector-v2/Error-Quick-Reference-Manual.md
index cff518050..1a3a65558 100644
--- a/docs/en/connector-v2/Error-Quick-Reference-Manual.md
+++ b/docs/en/connector-v2/Error-Quick-Reference-Manual.md
@@ -153,13 +153,6 @@ problems encountered by users.
 | FILE-02 | Data deserialization failed | When users encounter this error code, it means that data from files not satisfied the schema that user assigned, please check data from files whether is correct |
 | FILE-03 | Get file list failed        | When users encounter this error code, it means that connector try to traverse the path and get file list failed, please check file system whether is work        |
 
-## Hudi Connector Error Codes
-
-| code    | description                   | solution                                                                                                  |
-|---------|-------------------------------|-----------------------------------------------------------------------------------------------------------|
-| HUDI-01 | Create ParquetMetadata failed | When the user encounters this error code, it indicates that ParquetMetadata creation failed. Please check |
-| HUDI-02 | Kerberos Authorized failed    | When the user encounters this error code, it indicates that Kerberos authorization failed. Please check   |
-
 ## Doris Connector Error Codes
 
 | code     | description                               | solution                                                                                                                                 |