Skip to content

Comments

Make GenericColumnWriter Send#4287

Merged
tustvold merged 1 commit intoapache:masterfrom
tustvold:make-column-writer-send
May 26, 2023
Merged

Make GenericColumnWriter Send#4287
tustvold merged 1 commit intoapache:masterfrom
tustvold:make-column-writer-send

Conversation

@tustvold
Copy link
Contributor

@tustvold tustvold commented May 26, 2023

Which issue does this PR close?

Closes #4286

Rationale for this change

This is the simple solution to #4286. The downside of this is it prevents the usage of non-Send Write, however, avoiding this would involve not using trait objects and instead plumbing the generics through. I'll continue to explore this, but I suspect the simple solution is the best option.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the parquet Changes to the parquet crate label May 26, 2023
@tustvold tustvold force-pushed the make-column-writer-send branch from b827f67 to b3436de Compare May 26, 2023 09:57
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

thank you

@tustvold tustvold merged commit aa799f0 into apache:master May 26, 2023
alamb pushed a commit to alamb/arrow-rs that referenced this pull request May 30, 2023
@tustvold tustvold mentioned this pull request Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api-change Changes to the arrow API parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make ColumnWriter Send

3 participants