englefly commented on issue #26607: URL: https://github.com/apache/doris/issues/26607#issuecomment-1815809278
try this: `with t as (select 1 as id) select * from t where id in (select device_id from metric_table) ;` do not need `bitmap_union` -- 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]
