Description
This is a followup PR for #21149.
New way uses unsafeRow.hashCode() as hash value in HashAggregate.
The unsafe row has [null bit set] etc., the result should be different, so we don't need weird `48`.
Attachments
Issue Links
- links to
This is a followup PR for #21149.
New way uses unsafeRow.hashCode() as hash value in HashAggregate.
The unsafe row has [null bit set] etc., the result should be different, so we don't need weird `48`.