ebyhr commented on code in PR #16075: URL: https://github.com/apache/iceberg/pull/16075#discussion_r3137798676
########## spark/v4.1/spark-runtime/runtime-deps.txt: ########## @@ -1,3 +1,4 @@ +com.bettercloud:vault-java-driver:5.1.0 Review Comment: My bad, this change is actually unnecessary. I missed removing a redundant dependency after extracting a module. Updated build.gradle and reran: ``` ./gradlew :iceberg-spark:iceberg-spark-runtime-4.1_2.13:generateRuntimeDeps ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
