You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.sql.SQLDataException: Can not convert object '15:04:32' of type 'java.lang.String' to type 'java.time.LocalTime'
at org.opensearch.jdbc.types.TypeConverter.objectConversionException(TypeConverter.java:38)
at org.opensearch.jdbc.types.BaseTypeConverter.convert(BaseTypeConverter.java:53)
at org.opensearch.jdbc.ResultSetImpl.getObjectX(ResultSetImpl.java:604)
at org.opensearch.jdbc.ResultSetImpl.getObjectX(ResultSetImpl.java:595)
at org.opensearch.jdbc.ResultSetImpl.getObject(ResultSetImpl.java:1436)
What is the bug?
causes an exception:
How can one reproduce the bug?
What is the expected behavior?
Driver should be able to generate
java.time
classes.What is your host/environment?
2.x
@ e2bf2544Do you have any screenshots?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: