Dren created IGNITE-17561:
-----------------------------
Summary: SQLException: Hexadecimal string with odd number of
characters
Key: IGNITE-17561
URL: https://issues.apache.org/jira/browse/IGNITE-17561
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 2.13
Environment: Ignite 2.13.0
Reporter: Dren
Attachments: CREATE_TABLE_STAT_ENRICH_PROCESSOR.sql, Ignite_log.txt,
data_sample_in_table.jpg, error_sql1.jpg, ok_sql2.jpg
Simple SQL failed with error
{code:java}
//
Caused by: org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of
characters: "2022-08-22 10:30:58.938" [90003-197]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
... 57 more {code}
After creation of new table with same columns and same data SQL return result
without error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)