Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9288 )
Change subject: IMPALA-6489: use correct template tuple size ...................................................................... IMPALA-6489: use correct template tuple size The bug was that we mixed up the size of the top-level tuple with the size of the nested tuple. The upshot in this case was that the wrong amount of data was memcpy()ed over and we read past the bounds of the original allocation. Testing: TestParquetArrayEncodings.test_avro_primitive_in_list reliably reproduced the problem under ASAN. After the fix it not longer reproduces. Change-Id: I8193c04673f15e5057f457cc8a3a91a8fef64be2 Reviewed-on: http://gerrit.cloudera.org:8080/9288 Reviewed-by: Alex Behm <[email protected]> Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exec/hdfs-scanner.h 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Alex Behm: Looks good to me, but someone else must approve Dan Hecht: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9288 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8193c04673f15e5057f457cc8a3a91a8fef64be2 Gerrit-Change-Number: 9288 Gerrit-PatchSet: 2 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
