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
the bins use to be ID|DBMetaInfo till 2.8 version. In 2.9 Version, it change to store ID|CreatedBy.
When reading records of a query (based on secondary index), we referred DBMetaInfo as Map and read the values, it's breaking with 2.9, Any way to continue to write it as a map?
The text was updated successfully, but these errors were encountered:
There has been no change in the design of how this works. If the behavior has changed, it's a regression. I'll see if I can reproduce this, and will fix early next week.
I tried with the module github.com/aerospike/aerospike-client-go v2.8.0+incompatible (It works)
with github.com/aerospike/aerospike-client-go v2.9.0+incompatible (it failed)
Hi Aerospike use to store the following under single bin till 2.8 version
the bins use to be
ID|DBMetaInfo
till 2.8 version. In 2.9 Version, it change to storeID|CreatedBy
.When reading records of a query (based on secondary index), we referred
DBMetaInfo
as Map and read the values, it's breaking with 2.9, Any way to continue to write it as a map?The text was updated successfully, but these errors were encountered: