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
CAST(NULL AS DATE): null
Exception in thread "main" java.lang.NullPointerException
at org.elasticsearch.xpack.sql.jdbc.JdbcResultSet.dateTimeAsMillis(JdbcResultSet.java:276)
at org.elasticsearch.xpack.sql.jdbc.JdbcResultSet.getDate(JdbcResultSet.java:360)
For SELECT CAST(NULL AS DATETIME) the query is successful.
For SELECT CAST(NULL AS TIME) the query fails again with NPE.
The text was updated successfully, but these errors were encountered:
results in
For
SELECT CAST(NULL AS DATETIME)
the query is successful.For
SELECT CAST(NULL AS TIME)
the query fails again with NPE.The text was updated successfully, but these errors were encountered: