I am trying below scenarios but unable to do so 1- when a *wrong* columnname is provided in where clause for cassandra query, MetaModel; parse it successfully and proceed further instead throwing exception message while parsing itself.
2- another is while querying on the column with *BigInt* Datatype in the table, of cassandra db throws below error *Java. Lang. Assertionerror: Codec not found for requested operation : [ bigint <-> java. math. BigInteger ] please check expressions in the filter items or where statements.* I don't know if I am doing anything wrong here, any help would be much appreciated here. Thank you Regards, GP