beliefer commented on issue #11057: URL: https://github.com/apache/incubator-gluten/issues/11057#issuecomment-3530664116
@wForget @FelixYBW After my investigation and analysis, I found that is caused by the sort of subquery is different. The subquery does not have a clear sorting, so the sort of output is determined by different engines. I think the result is expected. Users should add `ORDER BY col` for subquery if they want the determined results. -- 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]
