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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org