myfjdthink opened a new pull request, #44: URL: https://github.com/apache/doris-spark-connector/pull/44
# Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit tests been added: No Need 3. Has document been added or modified: No Need 4. Does it need to update dependencies: No 5. Are there any changes that cannot be rolled back: No ## Further comments For example, suppose we try to write data to a table a, and doris has not yet created a new table, the current version, we get the error message ```Failed to load data on BE: http:xxx``` There is no error detail information. With the improvements, we get an error message like this. ``` Caused by: org.apache.doris.spark.exception.StreamLoadException: stream load error: errCode = 7, detailMessage = unknown table, tableName=token _price_nick_new2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org