Hi All,
I'm getting the following issue when trying to read from a cassandra decimal column using the C# driver:
System.ArgumentOutOfRangeException: CLR Decimal structure can not represent numbers with a scale greater than 28
Is there a workaround for this? I can't see any way of passing a cast through the driver.
Thanks,
George