dongjoon-hyun commented on PR #51174: URL: https://github.com/apache/spark/pull/51174#issuecomment-2977069883
For the following, I'd like to recommend alternative. > I can update the PR description to remove the commons-lang3 compatibility words if it cause confusing. 1. To achieve your goal and protect your PR from future regressions, please provide a systematic way by banning the following import from Apache Spark code. You can add it at linter level via `Scalastyle` and `Checkstyle` rule. > import org.apache.commons.lang3.JavaVersion 2. Use `JEP 233` as a substring of the PR title to clarify what we are doing now. `JDK method` is a little ambiguous. WDYT, @pan3793 ? -- 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]
