Skip to content

Commit

Permalink
Merge pull request #16815 from JamesDeFabia/HPCC-28428
Browse files Browse the repository at this point in the history
HPCC-28428 Fix typo in PG code

Reviewed-By: Richard Taylor <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jan 24, 2023
2 parents 1da9583 + 7791cd8 commit 351baa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ OUTPUT(i2);
TRANSFORM(RECORDOF(ProgGuide.Accounts),
SELF := LEFT));
ds0 := DISTRIBUTE(bf,RANDOM()) : PERSIST('~PROGGUIDE::PERSIST::TestGroupSort');
ds1 := DISTRIBUTE(ds,HASH32(personid));
ds1 := DISTRIBUTE(ds0,HASH32(personid));

// do a global sort
s1 := SORT(ds0,personid,opendate,-balance);
Expand Down

0 comments on commit 351baa6

Please sign in to comment.