littlelittlewhite09 opened a new issue, #12411:
URL: https://github.com/apache/gluten/issues/12411

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   example:
   ```
   set 
spark.sql.optimizer.excludedRules=org.apache.spark.sql.catalyst.optimizer.ConstantFolding;
   select from_unixtime(
     unix_timestamp('Sun Jun 14 20:00:05 CST 2026', 'EEE MMM dd HH:mm:Ss z 
yyyy'),
     'yyyy-MM-dd HH:mm:ss');
   ``` 
   
   vanilla: 2026-06-14 20:00:05
   gluten: 2026-06-15 09:00:05
   
   ### 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