zhli1142015 commented on PR #10097: URL: https://github.com/apache/incubator-gluten/pull/10097#issuecomment-3023800594
I remembre that this function was disabled because of the issue below. https://github.com/apache/incubator-gluten/issues/7628 The discrepancy in results between Velox and Spark was due to the compiled expression being cached, resulting in a single expression instance whose ID kept incrementing. https://github.com/facebookincubator/velox/blob/main/velox/expression/ExprCompiler.cpp#L376C29-L376C47 I thought we may need a fix in velox to allow marking this expression as “do not cache.” -- 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]
