Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5c4836

Browse files
committed
修复聚合函数对查询字段不包含在include单元测试不通过问题
1 parent 5fe2b36 commit b5c4836

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/resources/expectedOutput/aggregation_query_explain.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"from" : 0,
33
"size" : 0,
44
"_source" : {
5-
"includes" : [ ],
5+
"includes" : [
6+
"a",
7+
"script",
8+
"COUNT"
9+
],
610
"excludes" : [ ]
711
},
812
"stored_fields" : [

0 commit comments

Comments
 (0)