yangzhg opened a new issue #4733: URL: https://github.com/apache/incubator-doris/issues/4733
**Describe the bug** Table with delete_sign will report error when join **To Reproduce** Steps to reproduce the behavior: 1. create to unique tables `table1` `table2` 2. run enable feature 'batch_delete' on table1 and table2 3. select xxx from table1 join table2 on xxx 4. See error This is because the delete_sign slot is not materialized. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
