提交 389bb0ce 编写于 作者: R rmetzger

Merge pull request #105 from andrehacker/fix_web_all_group

Added ALL_GROUP strategy to PlanJSONDumpGenerator.
......@@ -408,6 +408,9 @@ public class PlanJSONDumpGenerator {
case SORTED_GROUP:
locString = "Ordered Grouping";
break;
case ALL_GROUP:
locString = "Group all into a single group";
break;
case HYBRIDHASH_BUILD_FIRST:
locString = "Hybrid Hash (build: " + child1name + ")";
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册