yihua commented on code in PR #18445:
URL: https://github.com/apache/hudi/pull/18445#discussion_r3035813201
##########
pom.xml:
##########
@@ -109,7 +109,7 @@
<pulsar.spark.version>${pulsar.spark.scala12.version}</pulsar.spark.version>
<pulsar.spark.scala12.version>3.1.1.4</pulsar.spark.scala12.version>
<pulsar.spark.scala13.version>3.4.1.1</pulsar.spark.scala13.version>
- <confluent.version>5.5.0</confluent.version>
+ <confluent.version>7.5.1</confluent.version>
Review Comment:
🤖 Could you confirm that the Guava transitive dependency conflict is
resolved with 7.5.1? A prior attempt to upgrade to confluent 7.x caused
`IllegalAccessError` due to Guava version mismatches with Spark's bundled
Guava, which is why `SchemaRegistryProvider` has a `catch (IllegalAccessError)`
fallback added in #13030 as a workaround. Since this PR adds no Guava
exclusions or `<dependencyManagement>` overrides, it's worth verifying
explicitly — ideally with `mvn dependency:tree` output or a note on how the
conflict was confirmed resolved. If it is resolved, the `IllegalAccessError`
fallback in `SchemaRegistryProvider` could also be removed as dead code.
--
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]