My bad sorry for spamming
java.lang.AssertionError: Codec not found for requested operation: [bigint
<-> java.math.BigInteger] Please check expressions in the filteritems or
where statements ....
at org.testng.Assert.fail(Assert.java:93)
at
com.cybage.frameworkutility.utilities.Report.LogFail(Report.java:587)
at
com.cybage.dbFramework.FuDataSet.toRows(FuDataSet.java:39)
at
com.cybage.genericlibrary.DataSetMethods.getRowCount(DataSetMethods.java:286)
at
com.cybage.genericlibrary.DBBaseClass.getRowCount(DBBaseClass.java:519)
at
com.database.tests.CassandraDBTests.EmbededDBTest(CassandraDBTests.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:108)
at
org.testng.internal.Invoker.invokeMethod(Invoker.java:661)
at
org.testng.internal.Invoker.invokeTestMethod(Invoker.java:869)
at
org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1193)
at
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:126)
at
org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
On 1 Feb 2018 10:39 am, "Gajanan Patil" <[email protected]> wrote:
PFA below trace I got.
com.cybage.frameworkutility.utilities.Report.LogFail(Report.java:587)
at com.cybage.dbFramework.FuDataSet.toRows(FuDataSet.
java:39)
at com.cybage.genericlibrary.DataSetMethods.getRowCount(
DataSetMethods.java:286)
at com.cybage.genericlibrary.DBBaseClass.getRowCount(
DBBaseClass.java:519)
at com.database.tests.CassandraDBTests.EmbededDBTest(
CassandraDBTests.java:42)
On 1 Feb 2018 10:29 am, "Kasper Sørensen" <[email protected]>
wrote:
> Sorry, no I don't have much clue about it.
>
> That AssertionError ... can you show us the stack trace for it?
>
> 2018-01-31 20:51 GMT-08:00 Gajanan Patil <[email protected]>:
>
> > Any clue on this?
> >
> >
> >
> > 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.*
> >
> >
> >
> >
> > Thank you
> >
> > Regards,
> > GP
> >
>