Raghav Aggarwal
Raghav Aggarwal
This is revert of HIVE-20078 ### What changes were proposed in this pull request? Check the attachements under [HIVE-29340](https://issues.apache.org/jira/browse/HIVE-29340) ### Why are the changes needed? ### Does this PR introduce...
- 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...
**BEFORE FIX:** **AFTER FIX:**
- Exclusion of netty dependency from hadoop-common test-jar dependency Dependency Tree: [netty-changes-dependency-tree.txt](https://github.com/user-attachments/files/23497877/netty-changes-dependency-tree.txt)