imay commented on a change in pull request #1255: Change strategy of incorrect 
data
URL: https://github.com/apache/incubator-doris/pull/1255#discussion_r290766431
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java
 ##########
 @@ -249,6 +252,7 @@ private void finalizeParams() throws UserException {
                 expr = exprsByName.get(dstSlotDesc.getColumn().getName());
             }
             if (expr == null) {
+                transform_slot_ids.add(dstSlotDesc.getId().asInt());
 
 Review comment:
   I think expr which is not null is **TRANSFORM** 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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to