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)