You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/14 07:14:13 UTC

[GitHub] [incubator-doris] wyb opened a new issue #3112: [Bug] mapping columns are not exist in the table schema

wyb opened a new issue #3112: [Bug] mapping columns are not exist in the table schema
URL: https://github.com/apache/incubator-doris/issues/3112
 
 
   **Describe the bug**
   Mapping columns are not checked in stream load job whether they exist in the table schema or not. 
   If columns in the table have default value or allow null value, the load job will write the default value or null.
   
   table schema:
   k2 int, 
   k3 varchar(128), 
   v bigint sum not null
   
   stream load command:
   curl --location-trusted -u root: -T file -H "label:label0" -H "columns: tmp_k2,k3,v,k22=tmp_k2+1" http://host:port/api/db/table/_stream_load
   
   k22 is not exist in table, and the load job writes null for k2 column.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #3112: [Bug] mapping columns are not exist in the table schema

Posted by GitBox <gi...@apache.org>.
morningman closed issue #3112: [Bug] mapping columns are not exist in the table schema
URL: https://github.com/apache/incubator-doris/issues/3112
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org