Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

agrgr
Copy link
Contributor

@agrgr agrgr commented Mar 28, 2024

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.

@agrgr agrgr added the bug label Mar 28, 2024
@agrgr agrgr requested a review from BrianNichols March 28, 2024 12:57
@BrianNichols
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants