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
Currently, the type for a CRDT is specified only when reading.
However, generating downstream operations requires the type of CRDT, which is now hardcoded to riak_dt_pncounter.
Therefore, when using types other than counter, downstream op generator will throw exceptions.
The text was updated successfully, but these errors were encountered:
Currently, the type for a CRDT is specified only when reading.
However, generating downstream operations requires the type of CRDT, which is now hardcoded to riak_dt_pncounter.
Therefore, when using types other than counter, downstream op generator will throw exceptions.
The text was updated successfully, but these errors were encountered: