You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HBASE-28605 Add ErrorProne ban on Hadoop shaded thirdparty jars (#5918)
This change results in this error on master at `3a3dd66e21`.
```
[WARNING] Rule 2: de.skuzzle.enforcer.restrictimports.rule.RestrictImports failed with message:
Banned imports detected:
Reason: Use shaded version in hbase-thirdparty
in file: org/apache/hadoop/hbase/backup/TestBackupDelete.java
org.apache.hadoop.thirdparty.com.google.common.collect.Sets (Line: 34, Matched by: org.apache.hadoop.thirdparty.**)
```
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
0 commit comments