[MINOR] Remove unused imports and some other checkstyle issues (#2800)
This commit is contained in:
@@ -66,7 +66,8 @@ class HoodieDataSourceInternalTable implements SupportsWrite {
|
||||
return new HashSet<TableCapability>() {{
|
||||
add(TableCapability.BATCH_WRITE);
|
||||
add(TableCapability.TRUNCATE);
|
||||
}};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user