dsgibbons commented on code in PR #6313:
URL: https://github.com/apache/arrow-rs/pull/6313#discussion_r1779172902
##########
parquet/src/arrow/schema/mod.rs:
##########
@@ -1577,7 +1589,7 @@ mod tests {
false,
)];
let arrow_schema = Schema::new(arrow_fields);
- let converted_arrow_schema = arrow_to_parquet_schema(&arrow_schema);
+ let converted_arrow_schema = arrow_to_parquet_schema(&arrow_schema,
true);
Review Comment:
The original unit test implicitly used the `coerce_types` behaviour, so I
retained it with the new API.
--
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]