tustvold commented on a change in pull request #1183:
URL: https://github.com/apache/arrow-rs/pull/1183#discussion_r785323724
##########
File path: parquet/src/arrow/record_reader/definition_levels.rs
##########
@@ -462,4 +465,30 @@ mod tests {
assert_eq!(actual, expected);
}
}
+
+ #[test]
+ fn test_split_off() {
+ let t = Type::primitive_type_builder("col", PhysicalType::INT32)
Review comment:
I could not find a more ergonomic way to construct this type
--
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]