mirror of https://github.com/apache/druid.git
formatting
This commit is contained in:
parent
4597d7f44e
commit
50998671ae
|
@ -939,7 +939,9 @@ public class QueryableIndexStorageAdapter extends BaseStorageAdapter
|
|||
}
|
||||
}
|
||||
|
||||
if(cachedColumnVals != null) objectColumnCache.put(columnName, cachedColumnVals);
|
||||
if(cachedColumnVals != null) {
|
||||
objectColumnCache.put(columnName, cachedColumnVals);
|
||||
}
|
||||
}
|
||||
|
||||
if (cachedColumnVals == null) {
|
||||
|
|
Loading…
Reference in New Issue