taiyang-li commented on PR #12410:
URL: https://github.com/apache/gluten/pull/12410#issuecomment-4888573338

   @navaneethsujith09 I'm curious about why we need to create a new function 
instead of reusing existed function like `toDate`
   
   
   ``` sql 
   :) select toDate(1)
   
   SELECT toDate(1)
   
   Query id: b986ea69-9b6b-4184-b189-aae2b3ec2014
   
      ┌──toDate(1)─┐
   1. │ 1970-01-02 │
      └────────────┘
   
   1 row in set. Elapsed: 0.002 sec. 
   
   :) select toDate32(1)
   
   SELECT toDate32(1)
   
   Query id: 3833fbb7-36b3-4ae5-8fb7-f3359fc22ab0
   
      ┌─toDate32(1)─┐
   1. │  1970-01-02 │
      └─────────────┘
   
   1 row in set. Elapsed: 0.002 sec. 
   ```


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