mirror of https://github.com/apache/druid.git
add extra logging
This commit is contained in:
parent
c216eb7340
commit
e5d1c390fa
|
@ -819,7 +819,6 @@ public class IndexMaker
|
|||
final List<IntBuffer> rowNumConversions
|
||||
) throws IOException
|
||||
{
|
||||
|
||||
final String section = String.format("make %s", dimension);
|
||||
progress.startSection(section);
|
||||
|
||||
|
@ -1181,6 +1180,8 @@ public class IndexMaker
|
|||
spatialIndex = ImmutableRTree.newImmutableFromMutable(tree);
|
||||
}
|
||||
|
||||
log.info("Completed dimension[%s] with cardinality[%,d]. Starting write.", dimension, dictionary.size());
|
||||
|
||||
writeColumn(
|
||||
v9Smoosher,
|
||||
new DictionaryEncodedColumnPartSerde(
|
||||
|
|
Loading…
Reference in New Issue