-
Notifications
You must be signed in to change notification settings - Fork 440
TEZ-4654: Migrate from commons-lang2.x to commons-lang3.x #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
💔 -1 overall
This message was automatically generated. |
- Upgrade to commons-lang-3.19.0 - org.apache.commons.lang.ArrayUtils => org.apache.commons.lang3.ArrayUtils - org.apache.commons.lang.RandomStringUtils => org.apache.commons.lang3.RandomStringUtils - org.apache.commons.lang.StringEscapeUtils => org.apache.commons.lang3.StringEscapeUtils - org.apache.commons.lang.StringUtils => org.apache.commons.lang3.StringUtils - org.apache.commons.lang.SystemUtils => org.apache.commons.lang3.SystemUtils - org.apache.commons.lang.exception.ExceptionUtils => org.apache.commons.lang3.exception.ExceptionUtils - org.apache.commons.lang.mutable.MutableInt => org.apache.commons.lang3.mutable.MutableInt - org.apache.commons.lang.NotImplementedException => org.apache.commons.lang3.NotImplementedException
25ee1ed to
cafecd5
Compare
|
Looks like UT failures are because of exclusion of common-lang 2.x in From Hive perspective, commons-lang 2.x is part of hive-exec jar so, it shouldn't cause any runtime issues as well. https://github.com/apache/hive/blob/c054a47c7c22875c93ca0d29b7ac730cf7deba04/ql/pom.xml#L1060 CC @abstractdog |
|
💔 -1 overall
This message was automatically generated. |
|
@Aggarwal-Raghav : I can see only 1 problem in tez-javadoc-tools while compiling the java 17+ version |
@abstractdog , it is passing in local. Attaching the build logs for this module. Do i need to force push again? |
|
Please suggest, what needs to be done. |

Uh oh!
There was an error while loading. Please reload this page.