This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-3646-serde-for-enum-mixed-variants
in repository https://gitbox.apache.org/repos/asf/avro.git
omit d61f529c3 AVRO-3646: [Rust] Rebase to master and fix clippy errors
omit c7c1a8c25 AVRO-3646: integration tests for (de)serializing of enum
with mixed variants (#1949)
omit 173d06a85 AVRO-3646: Add some missing enum branches
omit d06680cdf AVRO-3646: Add more tests. Add a comment for clarification
omit 3f67eea0f AVRO-3646: Improve error messages. Fix test expectation
omit cd169dd44 AVRO-3646: Fix deserialization of null-like enum variants
omit a15482b74 AVRO-3646: Add an IT test for serializing an externally
tagged enum with nullable struct_variant
omit 6f2c91b72 AVRO-3546: Extract the unit tests for serializing enums to
IT tests
omit aee580155 AVRO-3646: Simplify the serialization tests
omit 9727be7ed AVRO-3646: Add unit tests for deserializing Value to Enum
with different variants
omit e6f4260f6 AVRO-3646: Add a unit test for serializing Enum with
different kind of variants
add 0ea0dccd6 AVRO-3646: [Rust] Add missing pattern match branches (#2088)
add e43e4928c AVRO-3646: Add a unit test for serializing Enum with
different kind of variants
add a237b4d3b AVRO-3646: Add unit tests for deserializing Value to Enum
with different variants
add 8d52babf1 AVRO-3646: Simplify the serialization tests
add 9ccadd777 AVRO-3546: Extract the unit tests for serializing enums to
IT tests
add 5b1836881 AVRO-3646: Add an IT test for serializing an externally
tagged enum with nullable struct_variant
add 34eed609d AVRO-3646: Fix deserialization of null-like enum variants
add 34d74ccac AVRO-3646: Improve error messages. Fix test expectation
add 1c992a625 AVRO-3646: Add more tests. Add a comment for clarification
add e312f1893 AVRO-3646: integration tests for (de)serializing of enum
with mixed variants (#1949)
add c17bddb90 AVRO-3646: [Rust] Rebase to master and fix clippy errors
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d61f529c3)
\
N -- N -- N refs/heads/avro-3646-serde-for-enum-mixed-variants
(c17bddb90)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes: