mbrobbel opened a new pull request, #8576: URL: https://github.com/apache/arrow-rs/pull/8576
# Which issue does this PR close? None. # Rationale for this change `cargo -p arrow-avro test --no-default-features` builds with warnings and panics because of missing features. # What changes are included in this PR? Add the required feature gates to avoid problems when building without default features. # Are these changes tested? Tested: `cargo -p arrow-avro test --no-default-features` # Are there any user-facing changes? No. -- 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]
