parthchandra opened a new pull request, #3927: URL: https://github.com/apache/datafusion-comet/pull/3927
## Which issue does this PR close? Closes #. ## Rationale for this change If a unit test fails because Comet's answer does not match Spark's answer, we print the wrong label in the output, labelling Comet's answer as Spark's answer. This is because we directly use Spark's `checkAnswer` which uses the label 'Spark's Answer'. This is misleading and annoying. ## What changes are included in this PR? Implements a copy of Spark's checkAnswer with the right label. ## How are these changes tested? Added a ignored test that fails. -- 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]
