-
Notifications
You must be signed in to change notification settings - Fork 139
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
Date time query improvement #46
Comments
Another customer reported issue in using |
It also appears that adddate/subdate functions don't work properly in WHERE clauses -- even when used with fields instead of the now() function:
The statement works until I add the where clause, at which point I get the "unsupported method: adddate" error message |
Support for more date format: #580 |
[BUG] Aggregate on date function does not work as expected. #645 |
List of improvements, prioritized:
|
Need to add to the above list:
|
Will be partially resolved by: #722 |
Closing this. Only bug remaining is the timezone issue: #1874 |
Is your feature request related to a problem? Please describe.
Many date functions are already supported though some common ones are still missing (in new engine). Meanwhile time zone support is also high demand.
Here are the feature requests from community:
1.1 Year(MyDateField) <= YEAR(NOW()) not supported opendistro-for-elasticsearch/sql#1073: NOW()
Describe the solution you'd like
N/A
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: