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

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


    from 1c09c23  [FLINK-16048][avro] Support read/write confluent schema 
registry avro data from Kafka
     new 250a6c1  [hotfix] Remove dead code in TypeExtractor
     new 3309d14  [hotfix] Remove warnings in TypeExtractor, AvroTypeInfo
     new d05960c  [hotfix] Use List instead of ArrayList in TypeExtractor
     new a884706  [FLINK-12175] Change filling of typeHierarchy in analyzePojo, 
for correctly creating fields TypeInfo

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink/api/common/typeinfo/TypeInfoFactory.java |   4 +-
 .../api/java/typeutils/TypeExtractionUtils.java    |   7 +-
 .../flink/api/java/typeutils/TypeExtractor.java    | 255 ++++++++-------------
 .../PojoParametrizedTypeExtractionTest.java        | 100 ++++++++
 .../flink/formats/avro/typeutils/AvroTypeInfo.java |  22 +-
 5 files changed, 213 insertions(+), 175 deletions(-)
 create mode 100644 
flink-core/src/test/java/org/apache/flink/api/java/typeutils/PojoParametrizedTypeExtractionTest.java

Reply via email to