aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
430 stars 199 forks source link

Supporting `QueryPartitions` with non-nil filter (secondary index query) #392

Closed chengc-sa closed 1 year ago

chengc-sa commented 1 year ago

I see the current v6 version does not support QueryPartitions while the filter is non-nil, while the Java library already supports it (I guess?), is there any plan to support it in the near future?

Go library: https://github.com/aerospike/aerospike-client-go/blob/v6/client.go#L1027

Java Library: https://github.com/aerospike/aerospike-client-java/blob/68f41e28ebc8de32c372b366b098579b39b11586/client/src/com/aerospike/client/AerospikeClient.java#L2956

khaf commented 1 year ago

Thank you for your report. This seems to be a bug. I'll address it this week.

khaf commented 1 year ago

Did you verify that the issue was resolved for you?

chengc-sa commented 1 year ago

Did you verify that the issue was resolved for you?

Yes, it worked, thanks