liferoad commented on code in PR #36092:
URL: https://github.com/apache/beam/pull/36092#discussion_r2331562880
##########
sdks/java/io/expansion-service/build.gradle:
##########
@@ -35,9 +35,8 @@ applyJavaNature(
configurations.runtimeClasspath {
// Pin kafka-clients version due to <3.4.0 missing auth callback classes.
resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.9.0'
- // Pin avro to 1.11.4 due to https://github.com/apache/beam/issues/34968
- // cannot upgrade this to the latest version due to
https://github.com/apache/beam/issues/34993
- resolutionStrategy.force 'org.apache.avro:avro:1.11.4'
+ // iceberg needs avro:1.12.0
+ resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
Review Comment:
Apache Avro 1.12.0 does not support Java 8. Will this cause the issue for
our expansion servce?
##########
sdks/java/io/expansion-service/build.gradle:
##########
@@ -35,9 +35,8 @@ applyJavaNature(
configurations.runtimeClasspath {
// Pin kafka-clients version due to <3.4.0 missing auth callback classes.
resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.9.0'
- // Pin avro to 1.11.4 due to https://github.com/apache/beam/issues/34968
- // cannot upgrade this to the latest version due to
https://github.com/apache/beam/issues/34993
- resolutionStrategy.force 'org.apache.avro:avro:1.11.4'
+ // iceberg needs avro:1.12.0
+ resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
Review Comment:
Apache Avro 1.12.0 does not support Java 8. Will this cause the issue for
our expansion service?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]