-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTERVAL
+ timestamp and INTERVAL
+ date not supported (but timestamp + INTERVAL
and date + INTERVAL
is)
#6180
Labels
bug
Something isn't working
Comments
It's wrong in SQLExpr is "Interval { value: BinaryOp { left: Value(SingleQuotedString("1 month")), op: Plus, right: Cast { expr: Value(SingleQuotedString("2023-05-01")), data_type: Date } }, leading_field: None, leading_precision: None, last_field: None, fractional_seconds_precision: None }" I think it is a bug in Parser. Interval shouldn't include BinaryOp. |
14 tasks
Added to #5753 |
alamb
changed the title
Don't support Interval is in left.
May 1, 2023
INTERVAL
+ timestamp and INTERVAL
+ date not supported (but timestamp + INTERVAL
and date + INTERVAL
is)
I agree this is a parser problem. INTERVAL + timestamp and INTERVAL+date do work if the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
current df don't support interval in left.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: