andygrove opened a new issue, #480: URL: https://github.com/apache/datafusion-comet/issues/480
### Describe the bug The following query ran without error in Spark but failed in Comet. I discovered this bug using [Comet Fuzz](https://github.com/apache/datafusion-comet/pull/472). ``` SELECT chr(c8) FROM test0 ``` ``` Query failed in Comet: Job aborted due to stage failure: Task 12 in stage 97.0 failed 1 times, most recent failure: Lost task 12.0 in stage 97.0 (TID 878) (192.168.86.33 executor driver): org.apache.comet.CometNativeException: Execution error: requested character too large for encoding. ``` ### 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