imay commented on issue #2421: Insert Into 使用join和where时报错 URL: https://github.com/apache/incubator-doris/issues/2421#issuecomment-564023426 This error means that all data has been filtered becuase of quality. I see that you have left join in your select statement, please check the column type of your destination table is nullable. And what's your Doris' version? Better to upgrade your Doris, then you will have message about filtered data.
---------------------------------------------------------------- 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]
