1
0

[MINOR] Remove unused imports and some other checkstyle issues (#2800)

This commit is contained in:
wangxianghu
2021-04-11 21:42:34 +08:00
committed by GitHub
parent b554835053
commit f3777f44fe
15 changed files with 6 additions and 40 deletions

View File

@@ -66,7 +66,8 @@ class HoodieDataSourceInternalTable implements SupportsWrite {
return new HashSet<TableCapability>() {{
add(TableCapability.BATCH_WRITE);
add(TableCapability.TRUNCATE);
}};
}
};
}
@Override