Closed martin-g closed 2 years ago
I converted the PR to draft in the meantime.
I think there are also some templated types to replace, like avro_rs::Duration
or avro_rs::Decimal
think there are also some templated types to replace, like
avro_rs::Duration
oravro_rs::Decimal
Done!
gen::tests::cross_deps
is broken at the moment! I'll try to debug it!
The test is fixed!
No, he didn't. See the vote thread. Short answer: I will do it at Wednesday.
On Mon, Aug 1, 2022, 15:02 Lionel Untereiner @.***> wrote:
@.**** commented on this pull request.
In Cargo.toml https://github.com/lerouxrgd/rsgen-avro/pull/26#discussion_r934450123:
@@ -10,7 +10,7 @@ license = "MIT" readme = "README.md"
[dependencies] -avro-rs = "0.13" +apache-avro = {path="/home/martin/git/apache/avro/lang/rust/avro"}
Hey! Did the release manager forget the rust package on crates.io ? I see the releases in javascript/python/etc. but not the rust one.
— Reply to this email directly, view it on GitHub https://github.com/lerouxrgd/rsgen-avro/pull/26#discussion_r934450123, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABYUQU7SMTEFA6N2SUTZUTVW64EJANCNFSM5TNA3J4Q . You are receiving this because you were mentioned.Message ID: @.***>
my apologies, thank you for the answer
https://crates.io/crates/apache-avro 0.14.0 has been released! I will update this PR soon!
Thanks a lot for this PR, it looks all good ! Could you just squash the commits before I merge it ? (Or I can squash them from GitHub, as you prefer)
Please squash them with Github UI! Thanks!
Flavray's avro_rs has been donated to Apache Avro project some months ago.
There are many improvements since then. It seems the problem for issue #25 was also fixed.