andygrove opened a new issue, #2621:
URL: https://github.com/apache/datafusion-comet/issues/2621

   ### Describe the bug
   
   Found during fuzz testing.
   
   ## SQL
   ```
   SELECT c24, c12, trunc(c24, c12) AS x FROM test1 ORDER BY c24, c12;
   ```
   [ERROR] Query failed in Comet: Job aborted due to stage failure: Task 21 in 
stage 6.0 failed 4 times, most recent failure: Lost task 21.3 in stage 6.0 (TID 
163) (192.168.86.23 executor 0): org.apache.comet.CometNativeException: 
InternalError: Unsupported format: "" for function 'date_trunc'.
        at org.apache.comet.Native.executePlan(Native Method)
   
   
   ### 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to