tustvold commented on code in PR #3126:
URL: https://github.com/apache/arrow-rs/pull/3126#discussion_r1028101695
##########
arrow-schema/Cargo.toml:
##########
@@ -45,3 +45,4 @@ default = []
[dev-dependencies]
serde_json = "1.0"
+postcard = { version = "1.0.2", default-features = false, features = ["alloc"]
}
Review Comment:
I personally would prefer we test using bincode as opposed to postcard, just
because the former appears to be more widely adopted. It is a dev dependency so
not massively concerned either way, just trying to keep the footprint limited
to more mature libraries
--
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]