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

Add DeserializeAllAsync #433

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Add DeserializeAllAsync #433

merged 1 commit into from
Dec 13, 2023

Conversation

Arithmomaniac
Copy link
Contributor

@Arithmomaniac Arithmomaniac commented Nov 19, 2023

Fixes #386 .

After this is merged, I would suggest [Obsolete]ing the Task<IList<T>> DeserializeAsync<T>(Stream, ParquetOptions, CancellationToken) over load at the earliest opportunity. Removing it will reduce confusion between the new method and this one, and will make it easer to optimize DeserializeRowGroupAsync.

@aloneguid aloneguid self-requested a review December 13, 2023 13:26
Copy link
Owner

@aloneguid aloneguid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you

@aloneguid aloneguid merged commit 02fe19e into aloneguid:master Dec 13, 2023
5 checks passed
@aloneguid aloneguid added this to the 4.18.0 milestone Dec 22, 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.

IAsyncEnumerable deserializer
2 participants