Describe the bug
The following query ran without error in Spark but failed in Comet. I discovered this bug using Comet Fuzz.
SELECT chr(c9),chr(c4) FROM test0
Query failed in Comet: Job aborted due to stage failure: Task 13 in stage 83.0 failed 1 times, most recent failure: Lost task 13.0 in stage 83.0 (TID 749) (192.168.86.33 executor driver): org.apache.comet.CometNativeException: Execution error: null character not permitted.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
The following query ran without error in Spark but failed in Comet. I discovered this bug using Comet Fuzz.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response