Jim Apple has posted comments on this change. Change subject: IMPALA-4997: Fix overflows in Sorter::TupleIterator ......................................................................
Patch Set 6: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/6169/1/be/src/runtime/sorter.cc File be/src/runtime/sorter.cc: Line 1080: block_offset = (index % run->block_capacity_) * tuple_size; > This (and other places) were broken before my patch. One option would be to Oh, I just had the "before" PS set incorrectly. -- To view, visit http://gerrit.cloudera.org:8080/6169 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iea22aa96e0cc86102b60c6e551e9e607cef485c8 Gerrit-PatchSet: 6 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-HasComments: Yes
