Martin Grigorov
Martin Grigorov
Why don't you use a newer version ? Like 5.6.1
A PR with a fix at https://github.com/apache/avro/pull/1650
This is fixed with 1) https://github.com/flavray/avro-rs/commit/d719de228131a8978e230f8b404c5bf07ef89567 2) https://github.com/flavray/avro-rs/commit/b3edfacced605a9d3229426441a2808176c86120#diff-aeece9508d349335fdebc30632ef26fa2851aa73336dea735c78d36cb7e77b2b
This issue is fixed in apache_avro crate. There one can use schema references: ```json { "type": "record", "name": "test", "fields": [ {"name": "a", "type": "long", "default": 42}, {"name": "b", "type":...
@travisbrown I've logged https://issues.apache.org/jira/browse/AVRO-3433 for the issue!
@travisbrown Please try https://github.com/apache/avro/tree/avro-3433-preserve-schema-ref-in-json There are some tests to update but the issue should be fixed!
https://github.com/apache/avro/pull/1580 is ready for review!
The spec says `Scale must be zero or a positive integer less than or equal to the precision.`. The Java impl also throws an exception for this case - https://github.com/apache/avro/blob/5eff9a7f503ab0de550c99b6b46ac628ca9d817d/lang/java/avro/src/main/java/org/apache/avro/LogicalTypes.java#L289-L292
The jaxlib issue was due to https://github.com/deepmind/alphafold/blob/22fc0eea17f3f2941e0bee23d2ca0d72a0a89e1e/docker/Dockerfile#L69-L70 but there are no `arm64` wheels at https://storage.googleapis.com/jax-releases/jax_cuda_releases.html I will see how this could be improved with the jaxlib project! **Update**: https://github.com/conda-forge/jaxlib-feedstock/issues/125
It wasn't me! :-) You meant Martin Grund (@grundprinzip)