You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/04/21 13:09:05 UTC

[avro] branch avro-3502-logical-type-wrong-order created (now 5053df3c2)

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

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


      at 5053df3c2 AVRO-3502: Rust: Wrong [ORDER] for Parsing Canonical Form

This branch includes the following new commits:

     new 5053df3c2 AVRO-3502: Rust: Wrong [ORDER] for Parsing Canonical Form

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[avro] 01/01: AVRO-3502: Rust: Wrong [ORDER] for Parsing Canonical Form

Posted by mg...@apache.org.
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 <mg...@apache.org>
AuthorDate: Thu Apr 21 16:08:36 2022 +0300

    AVRO-3502: Rust: Wrong [ORDER] for Parsing Canonical Form
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 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",