[GitHub] [avro] nielsbasjes opened a new pull request, #2118: AVRO 3716: No longer build under JDK 8 to allow new plugin versions

2023-02-26 Thread via GitHub
nielsbasjes opened a new pull request, #2118: URL: https://github.com/apache/avro/pull/2118 Because we build under JDK 8, 11, 17 and 19 some build plugins can no longer run as they require JDK 11. To allow using these newer plugin versions this drops the support of building with JDK 8.

[GitHub] [avro] nielsbasjes opened a new pull request, #2119: AVRO-2404: Remove now obsolete Apache Rat workaround

2023-02-26 Thread via GitHub
nielsbasjes opened a new pull request, #2119: URL: https://github.com/apache/avro/pull/2119 Remove a workaround that is no longer needed since we have a new enough Apache Rat. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [avro] nielsbasjes merged pull request #2119: AVRO-2404: Remove now obsolete Apache Rat workaround

2023-02-26 Thread via GitHub
nielsbasjes merged PR #2119: URL: https://github.com/apache/avro/pull/2119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.o

[GitHub] [avro] dependabot[bot] opened a new pull request, #2120: Bump checkstyle from 9.3 to 10.8.0 in /lang/java

2023-02-26 Thread via GitHub
dependabot[bot] opened a new pull request, #2120: URL: https://github.com/apache/avro/pull/2120 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.8.0. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's releases.

[GitHub] [avro] dependabot[bot] closed pull request #2091: Bump checkstyle from 9.3 to 10.7.0 in /lang/java

2023-02-26 Thread via GitHub
dependabot[bot] closed pull request #2091: Bump checkstyle from 9.3 to 10.7.0 in /lang/java URL: https://github.com/apache/avro/pull/2091 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Parquet to Avro with Rust

2023-02-26 Thread David Lacalle Castillo
Good afternoon, I have some parquet data that was created using Avro Parquet Writer of Java. This parquet includes the Avro Schema inside the key parquet.avro.schema of the metadata, I want to convert this parquet data back to Avro using this schema and programmed in Rust. I have tried the followi