-
Notifications
You must be signed in to change notification settings - Fork 186
Add ability to return standardized datetime #342
Comments
Reference: Current behaviour: Default formats are
As a part of JDBC/JSON result, we get date in the string format supplied at the time of indexing, though internally they are stored as a long number representing milliseconds-since-the-epoch. The plan is to return the date response in a single format. |
While testing for Error from Tableau
Data used:
For OpenDistro SQL JDBC driver, ES date type is being mapped to JDBC.Timestamp which expects the format |
It would be nice to have the ability to return a standardized datetime format from the SQL plugin. This will reduce the requirement of drivers using the plugin to support all the different formats (there is quite a few).
We will further investigate this feature on our end.
The text was updated successfully, but these errors were encountered: