[
https://issues.apache.org/jira/browse/AVRO-3302?focusedWorklogId=711132&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-711132
]
ASF GitHub Bot logged work on AVRO-3302:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/22 07:02
Start Date: 19/Jan/22 07:02
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 711132)
Time Spent: 1h 20m (was: 1h 10m)
> Rust: Implement interop tests for the Rust module
> -------------------------------------------------
>
> Key: AVRO-3302
> URL: https://issues.apache.org/jira/browse/AVRO-3302
> Project: Apache Avro
> Issue Type: Improvement
> Components: rust
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> It would be good to add interop tests for the Rust module.
> This will show if some functionality is still missing and prevent regressions
> in the future!
--
This message was sent by Atlassian Jira
(v8.20.1#820001)