Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18886 )
Change subject: IMPALA-11489: Fix int overflow in >2GB ORC files ...................................................................... IMPALA-11489: Fix int overflow in >2GB ORC files This can lead to returning an error "Invalid read len.", but can't lead to other problems like reading corrupt data or crashing. The fix is trivial, but creating automatic tests for it seems hard, so no regression test is added. Change-Id: Id8438d3512b0ebaafd319f369c1f6871d980a599 Reviewed-on: http://gerrit.cloudera.org:8080/18827 Reviewed-by: Impala Public Jenkins <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Csaba Ringhofer <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/18886 Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/exec/hdfs-orc-scanner.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18886 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: branch-4.1.1 Gerrit-MessageType: merged Gerrit-Change-Id: Id8438d3512b0ebaafd319f369c1f6871d980a599 Gerrit-Change-Number: 18886 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
