whutpencil opened a new issue #8624:
URL: https://github.com/apache/incubator-doris/issues/8624


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   master branch
   
   ### What's Wrong?
   
   `CREATE TABLE test_db( 
     aaa date,
     bbb string , 
     ccc string,
   )
   `
   
   `
   LOAD xxxxx 
   set (
     aaa='_col1',
     bbb='_col2',
     ccc='_col3',
     dddd=default_value("good")
   )
   `
   
   `dddd`  is a field that does not exist in the Doris table,  This often 
happens. We don't need to import all the fields, so the Doris table has a few 
fewer fields than the corresponding hive table, which is easy to make mistakes 
when loading.
   
   The following error messages will appear:
   
![image](https://user-images.githubusercontent.com/24907215/159867942-d3367e0e-8faf-4d12-a13b-e3b02a1af528.png)
   
   
   
   ### What You Expected?
   
   The error content is consistent with the actual situation.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to