martin-g commented on pull request #1456: URL: https://github.com/apache/avro/pull/1456#issuecomment-1016141787
Tested https://github.com/jorgecarleitao/arrow2.git: ```diff diff --git Cargo.toml Cargo.toml index 1803bea47..a664f76a3 100644 --- Cargo.toml +++ Cargo.toml @@ -95,7 +95,8 @@ tokio = { version = "1", features = ["macros", "rt", "fs"] } tokio-util = { version = "0.6", features = ["compat"] } # used to run formal property testing proptest = { version = "1", default_features = false, features = ["std"] } -avro-rs = { version = "0.13", features = ["snappy"] } +# avro-rs = { version = "0.13", features = ["snappy"] } +avro-rs = { git = "https://github.com/martin-g/avro", branch="avro-3302-add-interop-tests-for-rust", features = ["snappy"] } ``` ``` $ ARROW2_IGNORE_PARQUET= cargo test --features full ``` No failures! -- 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]
