KevinyhZou opened a new issue, #10748:
URL: https://github.com/apache/incubator-gluten/issues/10748

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   run ut while pr: https://github.com/bigo-sg/velox/pull/11,  ut crashed with 
message
   ```
   function in not registered with arguments:VARCHAR, VARCHAR
   
    function regiser with folling signatures:((date,array(date)) -> boolean)
   ((timestamp,array(timestamp)) -> boolean)
   ((varchar,array(varchar)) -> boolean)
   ((boolean,array(boolean)) -> boolean)
   ((decimal(i1,i5),array(decimal(i1,i5))) -> boolean)
   ((real,array(real)) -> boolean)
   ((bigint,array(bigint)) -> boolean)
   ((double,array(double)) -> boolean)
   ((integer,array(integer)) -> boolean)
   ((smallint,array(smallint)) -> boolean)
   ((tinyint,array(tinyint)) -> boolean)
   double free or corruption (out)
   ```
   
   ### Gluten version
   
   _No response_
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   
   ```


-- 
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