lgbo-ustc opened a new issue, #8168: URL: https://github.com/apache/incubator-gluten/issues/8168
### Description We met following case ``` (138) CHShuffledHashJoinExecTransformer Left keys [1]: [uid#355L] Right keys [1]: [uid#444L] Join condition: ((((order_id#356 = order_id#43) OR (order_id1#27 = order_id#43)) OR (order_id3#29 = concat_ws(_, split(order_id#43, _, -1)[0], split(order_id#43, _, -1)[2], split(order_id#43, _, -1)[3]))) OR ((order_id4#30 = concat_ws(_, split(order_id#43, _, -1)[0], split(order_id#43, _, -1)[1], split(order_id#43, _, -1)[2], split(order_id#43, _, -1)[3])) OR (op_id#405 = order_id#43))) ``` Since there are complex expressions in the `or` condition, the optimization of #6787 cannot work. After we rewrite the sql to make #6768 work, the runtime becomes 44s from 7.xh -- 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]
