mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
simplify code
This commit is contained in:
parent
41edec62ce
commit
824997eb43
@ -64,7 +64,7 @@ public class Queries
|
||||
|
||||
Preconditions.checkArgument(
|
||||
missing.isEmpty(),
|
||||
String.format("Missing fields [%s] for postAggregator [%s]", Joiner.on(",").join(missing), postAgg.getName())
|
||||
"Missing fields [%s] for postAggregator [%s]", missing, postAgg.getName()
|
||||
);
|
||||
combinedAggNames.add(postAgg.getName());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user