Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Tony KirkTony KirkPriority
MajorCompatibility
MinorFix versions
Pull Request URL
Affects versions
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Tony Kirk
Tony KirkPriority
Compatibility
Minor
Fix versions
Pull Request URL
Affects versions
Created June 14, 2018 at 12:21 PM
Updated June 22, 2018 at 11:44 AM
Resolved June 22, 2018 at 11:44 AM
If MERGE option on TABLE and group-by field is computed, it appears the DISTRIBUTE MERGE is generated without the fieldvalue parameter for the MERGE option in DISTRIBUTE and shows as HASH DISTRIBUTE.
DISTRIBUTE(HASH32(_unnamed_1, internal), merge));
versus this when using a discrete field:
DISTRIBUTE(HASH32(fieldvalue, internal), merge*(fieldvalue)*);
The resulting aggregation is incorrect, not consolidated as expected.