Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 7, 2025

What changes were proposed in this pull request?

This PR aims to ban org.apache.commons.lang3 package.

Why are the changes needed?

To be independent from 3rd party library as much as possible.

Currently, we only use 3 places in test code.

$ git grep org.apache.commons.lang3 | grep -v checkstyle
spark-operator/src/test/java/org/apache/spark/k8s/operator/utils/TestUtils.java:import org.apache.commons.lang3.reflect.FieldUtils;
spark-submission-worker/src/test/java/org/apache/spark/k8s/operator/SparkAppDriverConfTest.java:import org.apache.commons.lang3.RandomStringUtils;
spark-submission-worker/src/test/java/org/apache/spark/k8s/operator/SparkAppSubmissionWorkerTest.java:import org.apache.commons.lang3.RandomStringUtils;

Does this PR introduce any user-facing change?

No behavior change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya .

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-53821 branch October 7, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants