PedroMDuarte commented on issue #485: URL: https://github.com/apache/datafusion-comet/issues/485#issuecomment-2144040156
Thanks for replying Andy. I was looking at this as a good first issue for me. I browsed through the code but couldn't determine where the issue should be addressed. Any pointers would be much appreciated. On Sun, Jun 2, 2024, 5:58 PM Andy Grove ***@***.***> wrote: > The queries all have an ORDER BY clause and single partition, so should > be deterministic. There is always the possibility that there is a bug in > the fuzz testing tool though. > > Actually, @PedroMDuarte <https://github.com/PedroMDuarte> is correct. > This issue was generated from an earlier version of the tool before the > ordering logic was improved. The root cause is likely the log2(0) > behavior being different between Comet and Spark. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/datafusion-comet/issues/485#issuecomment-2144034230>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAHA5KXZOUVOIY4GUROXYKDZFOIQ3AVCNFSM6AAAAABIND3OG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUGAZTIMRTGA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
