Skip to content

Conversation

@scovich
Copy link
Contributor

@scovich scovich commented Sep 13, 2025

Which issue does this PR close?

We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax.

  • Closes #NNN.

Rationale for this change

The "shredding row builder" name is a bit hard to understand. And now that we have ArrowToVariantRowBuilder (used by cast_to_variant), it makes sense to rename these as VariantToArrowRowBuilder since that's actually what they do.

While we're at it, rename variant_get/mod.rs as just variant_get.rs, since it was the only file in its directory.

What changes are included in this PR?

Just the rename (which includes a couple of file renames).

Are these changes tested?

Pure code movement/rename -- compilation suffices

Are there any user-facing changes?

No

@github-actions github-actions bot added the parquet-variant parquet-variant* crates label Sep 13, 2025
@scovich
Copy link
Contributor Author

scovich commented Sep 13, 2025

CC @alamb @codephage2020 -- a quickie

Copy link
Contributor

@codephage2020 codephage2020 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

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.

@alamb alamb merged commit 6407c7e into apache:main Sep 14, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parquet-variant parquet-variant* crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants