comphead commented on code in PR #2429:
URL: https://github.com/apache/datafusion-comet/pull/2429#discussion_r2372538781


##########
spark/src/test/scala/org/apache/comet/CometFuzzAggregateSuite.scala:
##########
@@ -26,8 +26,18 @@ class CometFuzzAggregateSuite extends CometFuzzTestBase {
     df.createOrReplaceTempView("t1")
     for (col <- df.columns) {
       val sql = s"SELECT count(distinct $col) FROM t1"

Review Comment:
   Thanks @andygrove I'll add them separately as well



-- 
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]

Reply via email to