Skip to content

Move arrow_writer_layout.rs into arrow_writer/layout.rs - #10542

Merged
alamb merged 1 commit into
apache:mainfrom
alamb:alamb/consolidate_layout_tests
Aug 5, 2026
Merged

Move arrow_writer_layout.rs into arrow_writer/layout.rs#10542
alamb merged 1 commit into
apache:mainfrom
alamb:alamb/consolidate_layout_tests

Conversation

@alamb

@alamb alamb commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

Consolidate the scattered parquet end-to-end tests: the ArrowWriter page layout tests belong with the other arrow_writer integration tests rather than in a separate test binary.

What changes are included in this PR?

  • Move parquet/tests/arrow_writer.rs to parquet/tests/arrow_writer/mod.rs
  • Move parquet/tests/arrow_writer_layout.rs to parquet/tests/arrow_writer/layout.rs (unchanged, now a submodule)
  • Remove the separate arrow_writer_layout test target from Cargo.toml

Are these changes tested?

Yes, this PR only moves existing tests. All 14 tests pass via cargo test -p parquet --features arrow --test arrow_writer.

Are there any user-facing changes?

No, test-only change.

🤖 Generated with Claude Code

@github-actions github-actions Bot added the parquet Changes to the parquet crate label Aug 4, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@alamb
alamb force-pushed the alamb/consolidate_layout_tests branch from e19c5d2 to 8aba23d Compare August 4, 2026 14:19
@alamb alamb added the development-process Related to development process of arrow-rs label Aug 4, 2026
@alamb
alamb marked this pull request as ready for review August 4, 2026 14:20

@etseidl etseidl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Less clutter is good. 😄

@alamb
alamb merged commit 7e4432e into apache:main Aug 5, 2026
19 checks passed
@alamb

alamb commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Thanks @etseidl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of arrow-rs parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants