1
0

[MINOR] fix typo

This commit is contained in:
comsir
2019-12-25 11:37:09 +08:00
committed by vinoth chandar
parent 41f36770e0
commit dd06660183

View File

@@ -121,7 +121,7 @@ public class RocksDBDAO {
managedDescriptorMap.put(familyNameFromDescriptor, descriptor);
}
} catch (RocksDBException | IOException re) {
LOG.error("Got exception opening rocks db instance ", re);
LOG.error("Got exception opening Rocks DB instance ", re);
throw new HoodieException(re);
}
}