rui-mo commented on issue #10393: URL: https://github.com/apache/incubator-gluten/issues/10393#issuecomment-3184520670
It turned out the Spark context hang issue of the "function current_timestamp and now" tracked in https://github.com/apache/incubator-gluten/issues/10175 is related to the Velox change. The root cause is `the invalid value id (~0UL) causes the deep recursion in HashTable::prepareForGroupProbe`, which can be fixed by https://github.com/facebookincubator/velox/pull/14383. -- 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]
