This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch avro-3502-logical-type-wrong-order
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 5053df3c259c96d8bbc11dc838e2e40c91987db8
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Apr 21 16:08:36 2022 +0300

    AVRO-3502: Rust: Wrong [ORDER] for Parsing Canonical Form
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 lang/rust/avro/src/schema.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/avro/src/schema.rs b/lang/rust/avro/src/schema.rs
index e0fcca23b..f111e69d3 100644
--- a/lang/rust/avro/src/schema.rs
+++ b/lang/rust/avro/src/schema.rs
@@ -1511,8 +1511,8 @@ const RESERVED_FIELDS: &[&str] = &[
     "symbols",
     "items",
     "values",
-    "logicalType",
     "size",
+    "logicalType",
     "order",
     "doc",
     "aliases",

Reply via email to