wangbo commented on PR #9564: URL: https://github.com/apache/incubator-doris/pull/9564#issuecomment-1127190966
Can you make a test for delete predicate for this pr? When delete predicate exits, delete columnid may append to the end for return column schema, this means the storage layer schema may differ from query layer schema. While in this pr, src block stands for query layer schema, but we use _iter->schema().num_column_ids()(storage layer schema) to read src block schema, this may has problem when delete condition exists. -- 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