liaoxin01 commented on code in PR #13872: URL: https://github.com/apache/doris/pull/13872#discussion_r1012461607
########## fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java: ########## @@ -277,9 +278,13 @@ private void initColumns(ParamCreateContext context) throws UserException { columnDescs.descs.add(ImportColumnDesc.newDeleteSignImportColumnDesc(new IntLiteral(1))); } // add columnExpr for sequence column - if (context.fileGroup.hasSequenceCol()) { + if (targetTable instanceof OlapTable && ((OlapTable) targetTable).hasSequenceCol()) { Review Comment: done. -- 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