andygrove opened a new issue, #482: URL: https://github.com/apache/datafusion-comet/issues/482
### Describe the bug Query works in Spark, fails in Comet. I discovered this bug using [Comet Fuzz](https://github.com/apache/datafusion-comet/pull/472). ``` SELECT repeat(c8, c5) FROM test1 ``` ``` Query failed in Comet: Job aborted due to stage failure: Task 0 in stage 73.0 failed 1 times, most recent failure: Lost task 0.0 in stage 73.0 (TID 546) (192.168.86.33 executor driver): org.apache.comet.CometNativeException: capacity overflow ``` ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org