You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "jifwin (Jira)" <ji...@apache.org> on 2019/10/21 15:26:00 UTC

[jira] [Created] (IGNITE-12309) Tinyint cassandra type not supported

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)