Skip to content

Commit

Permalink
Using collection4 instead of collection3
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Aug 14, 2024
1 parent 3673b55 commit b2f6977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.spark.MapOutputTracker;
Expand Down

0 comments on commit b2f6977

Please sign in to comment.