caicancai commented on PR #8818:
URL: 
https://github.com/apache/arrow-datafusion/pull/8818#issuecomment-1888317129

   > I think `now` can still be ported, its not stable value, but we can do it 
quasi stable like
   > 
   > ```
   > select now() = current_time
   > ```
   > 
   > or
   > 
   > ```
   > select now() > to_date('2023-01-01')
   > ```
   
   Thank you for your reply. I noticed that the original timestamp.slt already 
has some tests belonging to now. I am not sure whether to continue adding them.


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

Reply via email to