Romain Leroux

Results 57 comments of Romain Leroux

That's pretty much what is done in the `tests/schemas` dir already. Currently I added a test there as follows: ```diff diff --git a/tests/schemas/decimals.avsc b/tests/schemas/decimals.avsc new file mode 100644 index 0000000..d3c09a5...

Sure, I have force pushed it to `apache-avro-0.17` branch.

Thanks for the fixes @martin-g ! It all looks good now (I've fixed the extra \n in my unit test). Besides, I was thinking that maybe `apache-avro` should re-export all...

Awesome, thanks ! Actually I think all other types are re-exported already, I mostly looked at the types used in [apache_avro::types::Value](https://docs.rs/apache-avro/latest/apache_avro/types/enum.Value.html). So it all looks good to me.

I think it might be possible to have rust modules corresponding to avro namespaces. It could be within a single file or split in multiple files, although a single file...

> Done! > > What about the time/date/duration types ? Currently they are backed by plain integers but maybe we should use Instant/Duration/unix_ts types ?! @martin-g Actually I could think...

With release `0.14.0` the following have been fixed: - [x] Fix date example parsing (fixed in `apache-avro`) - [x] Support for `BigDecimal` (re-exported from `apache-avro`) - [x] Support for `Uuid`...

Hello, What is your CMake version ? Do you manage to build NGT using [these instructions](https://github.com/yahoojapan/NGT#on-macos-using-homebrew) ? Are you using special cargo features (static, shared_mem, large_data) ?

As I am not able to test with macOS I cannot really say what is supported there. A first step is to try to compile NGT (as mentioned [here](https://github.com/lerouxrgd/ngt-rs/issues/10#issuecomment-1402756315)), and...

Could you provide a more specific example of such a feature ? With an example schema and the expected generated struct.