wangbo commented on issue #9509: URL: https://github.com/apache/incubator-doris/issues/9509#issuecomment-1125686634
The main reason for this bug is when delete column exits, storage schema could include delete columnid. But when init_current in storage layer, we will storage schema to visit query execution block(which not contain) delete column, then core happens. I will fix it and add a regression test for delete 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
