I provided the correct classes above and the CQL statements are 100% correct.
Please see below to know how the data relates to each column. It looks like
you're skipping over 1 of the first 5 columns when reading through which is
why you see a null starting at col5 rather than starting at col6.
*INSERT INTO test_response
(col1,col2,col3,col4,col10,col5,col6,col7,col8,col9) VALUES
('text1','$03','FLAG',1491843013376,60,null,null,'C39A9EFB7E',1,'NA');*
'text1' = col1
'$03' = col2
'FLAG' = col3
1491843013376 = col4
60 = col5
null = col6
null = col7
''C39A9EFB7E' = col8
1 = col9
'NA' = col10
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/