LuciferYang commented on code in PR #45372: URL: https://github.com/apache/spark/pull/45372#discussion_r1574062976
########## sql/hive/src/test/java/org/apache/spark/sql/hive/test/Complex.java: ########## @@ -16,7 +16,7 @@ */ package org.apache.spark.sql.hive.test; -import org.apache.commons.lang.builder.HashCodeBuilder; +import org.apache.commons.lang3.builder.HashCodeBuilder; Review Comment: I think this can be submitted as an independent pr. Also, do you know why check-style didn't detect this issue? https://github.com/apache/spark/blob/9f34b8eca2f3578367352ec28532e29fe3a91864/dev/checkstyle.xml#L199-L202 -- 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]
