Antonio Uccio Verardi

Results 33 comments of Antonio Uccio Verardi

I honestly never tried, but I think that the Avro reader should be able to pick up a new header just fine. Have you given it a try already?

Have you tried using the https://docs.rs/avro-rs/0.11.0/avro_rs/fn.to_avro_datum.html and https://docs.rs/avro-rs/0.11.0/avro_rs/fn.from_avro_datum.html functions by any chance? They don't do some of the validation and header handling that writer does and perhaps they could work...

Thanks for reporting the bug. As for the compilation, the error should disappear if you can update your rust version.

Sorry @GregBowyer , I didn't understand that you wanted some feedback even if the PR was work in progress. I'll give it a read when I have a bit of...

@GregBowyer this one is a great PR and I'd love to see it land. I hope my requests for changes didn't put you off :)

@GregBowyer yes, very much! The code changed quite a bit in the meanwhile, though, so there will be conflicts to fix.

Hello! As of today, I am stepping down as a maintainer of this library for a while (see #174). Please ping @flavray from now on. Thanks again for your contribution...

I don't see any theoretical impediment to serializing `BTreeMap`, but your code clearly shows that this doesn't work atm. We do have a bunch of tests on schema validations of...

It would be great if you could add your tests for `HashMap` (and then for `BTreeMap` once it works) to a place like `types.rs`. As for discovering where the problem...

If I understand your original request correctly, I don't think you are interested in changing the internal implementation of the `Value` type, but only allow a conversion from and to...