littlelittlewhite09 commented on issue #12474: URL: https://github.com/apache/gluten/issues/12474#issuecomment-4924327248
@philo-he Thank you for your replying. I pick the Gluten v1.6.0 tag to run my case. And I found the code below may cause the issue: https://github.com/apache/gluten/blob/89718982ff3731446bbdb0882d1d4184158952b8/gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/offload/OffloadSingleNodeRules.scala#L217-L218 HashAggregateExecBaseTransformer may fail to satisfy the ordering. Native write is not used here, because the table is orc format, which is not support to be native. Meanwhile, I notice that #9473 has modified this code, and it may work for me. I will try it later. -- 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]
