Closed agrgr closed 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.
This request has been merged into stage and stage-jdk8 branches.
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.