You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2023/10/24 08:32:00 UTC

[jira] [Created] (AVRO-3894) [Rust] Record field aliases are not taken into account when serializing

Martin Tzvetanov Grigorov created AVRO-3894:
-----------------------------------------------

             Summary: [Rust] Record field aliases are not taken into account when serializing
                 Key: AVRO-3894
                 URL: https://issues.apache.org/jira/browse/AVRO-3894
             Project: Apache Avro
          Issue Type: Bug
          Components: rust
            Reporter: Martin Tzvetanov Grigorov
            Assignee: Martin Tzvetanov Grigorov


Reported at dev@: [https://lists.apache.org/thread/jtx7520hq2bd98ksqsbg2nll94htjf40]
{code:java}
Does anyone know if it's possible, to use type aliases with serde serialization?

When trying to serialize an object using `writer.append_ser` I get the following
error:

  called `Result::unwrap()` on an `Err` value: There is no entry for date in the lookup table: {"name": String("Great Meeting"), "time": Union(0, Null)}.
 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)