ATEST-633
This commit is contained in:
@ -118,6 +118,7 @@ public class JSONTableResponseStreamWriter implements ResponseStreamWriter {
|
|||||||
/* make sure identifiers are available */
|
/* make sure identifiers are available */
|
||||||
includedFields.add(QueryField.channel.name());
|
includedFields.add(QueryField.channel.name());
|
||||||
includedFields.add(QueryField.backend.name());
|
includedFields.add(QueryField.backend.name());
|
||||||
|
// issue ATEST-633
|
||||||
if (!containsAggregation(includedFields)) {
|
if (!containsAggregation(includedFields)) {
|
||||||
includedFields.addAll(defaultResponseAggregationsStr);
|
includedFields.addAll(defaultResponseAggregationsStr);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user