viirya commented on PR #644: URL: https://github.com/apache/datafusion-comet/pull/644#issuecomment-2215515365
> There is a test failure: > > ``` > - Windows support *** FAILED *** (224 milliseconds) > org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 1241.0 failed 1 times, most recent failure: Lost task 0.0 in stage 1241.0 (TID 4084) (192.168.64.28 executor driver): org.apache.comet.CometNativeException: General execution error with reason: count not supported for window function. > ``` I recall that count, max, min are supported as window function recently. Maybe there are some changes in DataFusion. cc @huaxingao -- 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]
