You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Nikita Ryanov (Jira)" <ji...@apache.org> on 2019/08/29 20:21:00 UTC

[jira] [Created] (AVRO-2539) ThriftData produces not compatible avro schemas

Nikita Ryanov created AVRO-2539:
-----------------------------------

             Summary: ThriftData produces not compatible avro schemas
                 Key: AVRO-2539
                 URL: https://issues.apache.org/jira/browse/AVRO-2539
             Project: Apache Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.9.0
            Reporter: Nikita Ryanov


Currently, ThrifdData class produces not compatible avro schema in terms of AvroCompatibility rules. 

For example, consider this thrift structs:
{code:java}
struct V1 {
  1: required string f1,
  2: optional string f2
}

struct V1 {
 1: required string f1,
 2: optional string f2,
 3: optional string f3
}{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)