Skip to content

Commit

Permalink
[SPARK-47932][SQL][TEST] Avoid using legacy commons-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Apr 22, 2024
1 parent 458f70b commit 25bcf07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
Expand Down

0 comments on commit 25bcf07

Please sign in to comment.