dharanad commented on PR #1362: URL: https://github.com/apache/datafusion-comet/pull/1362#issuecomment-2627696735
There are cases where ordering is different between spark and df ``` == Results == !== Correct Answer - 1000 == == Spark Answer - 1000 == struct<array_union(array((_2 * -1)), array(_9, _10)):array<int>> struct<array_union(array((_2 * -1)), array(_9, _10)):array<int>> ![ArraySeq(128, -128, -896)] [ArraySeq(128, -896, -128)] ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org