boneanxs commented on issue #10500: URL: https://github.com/apache/incubator-gluten/issues/10500#issuecomment-3392731253
> [@boneanxs](https://github.com/boneanxs) You can try [#10606](https://github.com/apache/incubator-gluten/pull/10606), set `spark.gluten.sql.rewrite.unboundedWindow=true`. Thanks for pointing out, however, this fix doesn’t resolve the case I encountered — our query uses NTILE(100) OVER (ORDER BY nvl(frequency_15d, 0) DESC), which includes an ORDER BY clause. -- 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]
