Hi guys,

I am trying to calculate sum(int) with a prepared statement. The problem is
that I have many rows to sum up, the result could be a bigint, however
cassandra java driver receives the metadata as int. My current workaround
is to change the column type to bigint.

What's the best practice for this?

-- 
Thanks & Regards,
Daniel

Reply via email to