comphead commented on PR #21967: URL: https://github.com/apache/datafusion/pull/21967#issuecomment-4357270449
Can this help with https://github.com/apache/datafusion-comet/issues/4131 ? ``` // FIRST/LAST are order-dependent aggregates whose merge result depends on hash table // processing order. In PartialMerge mode, DataFusion's hash table may process rows // in a different order than Spark's, so we fall back to Spark for correctness. // https://github.com/apache/datafusion-comet/issues/4131 ``` -- 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]
