Abdullahsab3 commented on issue #10310:
URL: https://github.com/apache/datafusion/issues/10310#issuecomment-2089923882

   Thanks for the deep dive @jayzhan211! Could it be that the expression is not 
getting correctly parsed in this instance? Executing this query for example: 
   ```
   select * from t1 where column1 >= ('2019-03-27T22:00:00.000Z'::timestamp at 
time zone 'Europe/Brussels');
   ``` 
   
   seems to be working fine with not issues


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