소스 검색

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 년 전
부모
커밋
3b0bbfa715
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),