You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/03/18 16:42:19 UTC

[avro] branch master updated (b934afe -> 860f458)

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

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


    from b934afe  AVRO-3080: Fix Python interop test on CI to check snappy and zstd files (#1139)
     add 860f458  Bump libthrift from 0.13.0 to 0.14.1 in /lang/java (#1137)

No new revisions were added by this update.

Summary of changes:
 lang/java/pom.xml                                  |   2 +-
 lang/java/thrift/README                            |   3 -
 lang/java/thrift/README.md                         |  12 +
 .../test/java/org/apache/avro/thrift/test/E.java   |   5 +-
 .../java/org/apache/avro/thrift/test/Error.java    | 129 ++--
 .../test/java/org/apache/avro/thrift/test/Foo.java | 724 +++++++++++----------
 .../java/org/apache/avro/thrift/test/FooOrBar.java | 145 ++---
 .../java/org/apache/avro/thrift/test/Nested.java   | 128 ++--
 .../java/org/apache/avro/thrift/test/Test.java     | 469 +++++++------
 9 files changed, 855 insertions(+), 762 deletions(-)
 delete mode 100644 lang/java/thrift/README
 create mode 100644 lang/java/thrift/README.md