You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/07 15:23:22 UTC

[camel] branch regen_bot updated (2bf553a9479 -> a133e59d2d7)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 2bf553a9479 Upgrade junit (#10614)
     add a53b2d023f6 CAMEL-19586: camel-parquet-avro - Allow users to unmarshal Parquet file into Avro's GenericRecords (#10605)
     add a133e59d2d7 Regen for commit a53b2d023f65f0b8aea281e9684c15a341c19781

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/dataformats/parquetAvro.json     |  2 +-
 .../apache/camel/catalog/models/parquetAvro.json   |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  3 +-
 .../camel/dataformat/parquet/avro/parquetAvro.json |  2 +-
 .../src/main/docs/parquetAvro-dataformat.adoc      |  6 +-
 .../parquet/avro/ParquetAvroDataFormat.java        | 44 ++++++++++--
 ...quetAvroDataFormatWithoutUnmarshalTypeTest.java | 84 ++++++++++++++++++++++
 .../apache/camel/model/dataformat/parquetAvro.json |  2 +-
 .../model/dataformat/ParquetAvroDataFormat.java    |  3 +-
 9 files changed, 132 insertions(+), 16 deletions(-)
 create mode 100644 components/camel-parquet-avro/src/test/java/org/apache/camel/dataformat/parquet/avro/ParquetAvroDataFormatWithoutUnmarshalTypeTest.java