Commits


Jack Klamer authored and GitHub committed 3fafde2cf8d
[AVRO-3516] Fix bugs in derive macro usage (#1683) * bug fix and build fix * remove uneeded component trait * no hidden doc * boolean schema * fmt * Reduce the enabled features only to the ones required by the test Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * Add an example for schema derivation Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * Pretty print the derived schema Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * [AVRO-3516] remove circular package dependency * AVRO-3516: Remove the derive-compilation example It cannot work as an 'example' (https://github.com/apache/avro/pull/1683#issuecomment-1123119783) Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> Co-authored-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>