浏览代码

Merge pull request #11245 from ghalliday/issue17415

HPCC-17415 Generate DISTRIBUTE->SORT(LOCAL)->GROUP for GROUP(,ALL)

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 年之前
父节点
当前提交
a0a3090684
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ecl/hqlcpp/hqlcpp.cpp

+ 1 - 1
ecl/hqlcpp/hqlcpp.cpp

@@ -1700,7 +1700,7 @@ void HqlCppTranslator::cacheOptions()
         DebugOption(options.foldStored,"foldStored", false),
         DebugOption(options.spotTopN,"spotTopN", true),
         DebugOption(options.topnLimit, "topnLimit", 10000),
-        DebugOption(options.groupAllDistribute,"groupAllDistribute", false),
+        DebugOption(options.groupAllDistribute,"groupAllDistribute", true),
         DebugOption(options.spotLocalMerge,"spotLocalMerge", true),
         DebugOption(options.spotPotentialKeyedJoins,"spotPotentialKeyedJoins", false),
         DebugOption(options.combineTrivialStored,"combineTrivialStored", true),