alamb commented on a change in pull request #8009:
URL: https://github.com/apache/arrow/pull/8009#discussion_r479754464
##########
File path: rust/parquet/src/arrow/arrow_reader.rs
##########
@@ -296,51 +296,12 @@ mod tests {
";
let converter = FromConverter::new();
- single_column_reader_test::<
+ run_single_column_reader_tests::<
BoolType,
BooleanArray,
FromConverter<Vec<Option<bool>>, BooleanArray>,
BoolType,
- >(2, 100, 2, message_type, 15, 50, converter);
- }
-
- #[test]
- fn
test_bool_single_column_reader_test_batch_size_divides_into_row_group_size() {
Review comment:
The coverage of these tests was moved into two table entries here:
https://github.com/apache/arrow/pull/8009/files#diff-4c103051156d7b901fad8d9e26104932R393
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]