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.
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
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
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.
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
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