jackwener opened a new issue, #6180:
URL: https://github.com/apache/arrow-datafusion/issues/6180

   ### Describe the bug
   
    current df don't support interval in left.
   
   ```sql
   select interval '1 month' + '2023-05-01'::date;
   
   This feature is not implemented: Unsupported interval argument. Expected 
string literal, got: BinaryOp { left: Value(SingleQuotedString("1 month")), op: 
Plus, right: Cast { expr: Value(SingleQuotedString("2023-05-01")), data_type: 
Date } }
   
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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