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

[C#] Fix VarLenBlittableScanIterator.GetNext RecordInfo output #826

Merged
merged 2 commits into from
May 3, 2023

Conversation

TedHartMS
Copy link
Contributor

@TedHartMS TedHartMS commented Apr 26, 2023

Remove erroneous 'ref' in assignment to VarLenBlittableScanIterator.GetNext's "out RecordInfo"
Add a default implementation to some IScanIteratorFunctions members
Make RecordMetadata a readonly struct

Fix #829

Add a default implementation to some IScanIteratorFunctions members
Make RecordMetadata readonly
@TedHartMS TedHartMS requested a review from badrishc April 26, 2023 08:01
…ock to temp storage and remove the restriction that pull iterators must not go into the mutable region.
@badrishc badrishc merged commit 00ed6ea into main May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues around IScanIteratorFunctions
2 participants