This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
java.lang.IllegalArgumentException: Format 't' not supported #411
Labels
bug
Something isn't working
opendistro version:1.6.0
When I do the sql jdbc search, I get the exception below:
The error log in elasticsearch node describe the cuase:
I download the opendistro sql plugin code and view it. Find that the code only consider the "date_optional_time" format of the date field, but I define the date field in my index like this.
But the code in sql plugin only consider the "date_optional_time".
DateFieldFormatter class
DateFormat class
There is no "strict_date_optional_time" entry for formatMap.
The text was updated successfully, but these errors were encountered: