andygrove commented on code in PR #2728:
URL: https://github.com/apache/datafusion-comet/pull/2728#discussion_r2504336944
##########
spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala:
##########
@@ -316,8 +316,8 @@ abstract class CometTestBase
(expected, actual) match {
case (Success(_), Success(_)) =>
- // TODO compare results and confirm that they match
- // https://github.com/apache/datafusion-comet/issues/2657
+ // compare results and confirm that they match
+ checkSparkAnswer(df)
Review Comment:
This is the fix. All other changes are for renaming the method.
--
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]