jifwin created IGNITE-12309:
-------------------------------
Summary: Tinyint cassandra type not supported
Key: IGNITE-12309
URL:
https://issues.apache.org/jira/browse/IGNITE-12309 Project: Ignite
Issue Type: Bug
Reporter: jifwin
I tried to use Ignite as a read-through layer for my existing Cassandra table.
The table has a compound primary key: some strings, tinyint and frozenmap<text, text>. I've run into problems with key (POJO) creation due to missing codec for both tinyint and map.
For tinyint I tried a few java types: byte, short, int. All of them resulted in exception thrown from cassandra driver about missing tinyint -> Byte/Short/Integer codec.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)