viirya opened a new issue, #270: URL: https://github.com/apache/arrow-datafusion-comet/issues/270
### Describe the bug Found the issue while working on #250: https://github.com/apache/arrow-datafusion-comet/actions/runs/8681807652/job/23805034669?pr=250 For example, `SQLWindowFunctionSuite` has test failure like: ``` [info] - SPARK-7595: Window will cause resolve failed with self join *** FAILED *** (110 milliseconds) [info] org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 161.0 failed 1 times, most recent failure: Lost task 0.0 in stage 161.0 (TID 110) (7d92ed5170bf executor driver): org.apache.comet.CometNativeException: Arrow error: Invalid argument error: must either specify a row count or at least one column ``` There are two places that we need to fix. One is in Comet, one is in DataFusion. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
