viirya commented on code in PR #155:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/155#discussion_r1511487146


##########
spark/src/test/scala/org/apache/comet/exec/CometAggregateSuite.scala:
##########
@@ -38,6 +38,25 @@ import 
org.apache.comet.CometSparkSessionExtensions.isSpark34Plus
  * Test suite dedicated to Comet native aggregate operator
  */
 class CometAggregateSuite extends CometTestBase with AdaptiveSparkPlanHelper {
+  import testImplicits._
+
+  test("Final aggregation should not bind to the input of partial 
aggregation") {

Review Comment:
   After adding the bound index check, it fails. It passes now because we don't 
have the check now. As I mentioned in the description, the bound is incorrect 
but because we don't check it, it is not exposed.
   
   



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

Reply via email to