You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using args_mapping it's failing to convert the string into a stricter inf.Dec type that Cassandra expects.
I’ve tried passing the value in both string and float formats, but in both cases, I encounter conversion errors:
When sent as string → Failed to send message: can not marshal string into decimal
When sent as float → Failed to send message: can not marshal float64 into decimal