mirror of https://github.com/apache/druid.git
Formatting.
This commit is contained in:
parent
bf01399a2a
commit
b8c8ed8d68
|
@ -33,7 +33,6 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
|
|||
private String keyspace = null;
|
||||
private String table = null;
|
||||
|
||||
|
||||
public CassandraDataSegmentPusher(
|
||||
CassandraDataSegmentPusherConfig config,
|
||||
ObjectMapper jsonMapper)
|
||||
|
@ -79,7 +78,6 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
|
|||
)
|
||||
.withBinaryVersion(IndexIO.getVersionFromDir(indexFilesDir));
|
||||
|
||||
|
||||
log.info("Deleting zipped index File[%s]", compressedIndexFile);
|
||||
compressedIndexFile.delete();
|
||||
log.info("Deleting descriptor file[%s]", descriptorFile);
|
||||
|
|
Loading…
Reference in New Issue