andygrove commented on code in PR #931:
URL: https://github.com/apache/datafusion-comet/pull/931#discussion_r1752490805
##########
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala:
##########
@@ -1650,6 +1650,16 @@ class CometExecSuite extends CometTestBase {
spark.catalog.cacheTable("abc")
val df = spark.sql("SELECT * FROM abc").groupBy("key").count()
checkSparkAnswerAndOperator(df, includeClasses =
Seq(classOf[CometSparkToColumnarExec]))
+ df.collect()
Review Comment:
nit: it would be good to add a comment explaining why we need this call to
collect
--
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]