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 18:12:24 UTC

[avro] branch master updated: Avro 3502 logical type wrong order (#1664)

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d025ca5f Avro 3502 logical type wrong order (#1664)
9d025ca5f is described below

commit 9d025ca5fe413a50fb8ec039a0e614d836bb2a37
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Thu Apr 21 21:12:17 2022 +0300

    Avro 3502 logical type wrong order (#1664)
    
    * AVRO-3501: Rust: Cache ~/.cargo and target folder for faster builds
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    
    * 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",