cnauroth opened a new pull request, #49877: URL: https://github.com/apache/spark/pull/49877
### What changes were proposed in this pull request? The Kafka connector declares a dependecy on the jopt library. This library is not actually used in the code, so we can remove it. ### Why are the changes needed? We have no apparent need for this dependency. The version we are including is 15 years old with numerous unresolved bugs. ### Does this PR introduce _any_ user-facing change? No. This change only impacts tests. ### How was this patch tested? Run all Kafka tests. ``` build/mvn -pl connector/kafka-0-10,connector/kafka-0-10-sql test ``` ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
