alamb opened a new pull request, #10542: URL: https://github.com/apache/arrow-rs/pull/10542
# Which issue does this PR close? - Part of #10540. # 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](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
