Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12676 )
Change subject: IMPALA-6326: part 1: refactor result hashing ...................................................................... IMPALA-6326: part 1: refactor result hashing This is a preparatory step that simplifies _hash_result() without changing the threading model. The only behaviour change is in the format of the results log. After this change one line is written per row, rather than per value. I believe this will be more readable. Testing: Ran a short single node stress test. Change-Id: I23a513216b7dedbd99f2fecb98cc42372adedcbe Reviewed-on: http://gerrit.cloudera.org:8080/12676 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/stress/query_runner.py 1 file changed, 73 insertions(+), 50 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12676 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I23a513216b7dedbd99f2fecb98cc42372adedcbe Gerrit-Change-Number: 12676 Gerrit-PatchSet: 7 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
