alamb commented on code in PR #8162:
URL: https://github.com/apache/arrow-rs/pull/8162#discussion_r2359237235
##########
parquet/src/arrow/async_writer/mod.rs:
##########
@@ -349,51 +332,6 @@ mod tests {
assert_eq!(to_write, read);
}
- #[tokio::test]
Review Comment:
- I removed this test because it was added in
https://github.com/apache/arrow-rs/pull/8262 along with
`AsyncArrowWriter::get_column_writers` and `AsyncArrowWriter::append_row_group`
Since we removed those APIs in this PR, we should also remove the test
--
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]