aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

CLIENT-2843 Add getter for record field of RecordSet and RecordSequenceRecordSet #311

Closed agrgr closed 7 months ago

agrgr commented 7 months ago

When running with proxy client, the RecordSet.RecordSetIterator's next() method tries to access recordSet.record which returns null. It is because recordSet in this case is RecordSequenceRecordSet where record is a private field.

BrianNichols commented 7 months ago

This request has been merged into stage and stage-jdk8 branches.