Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4955: Fix integer overflow in hdfs table size accounting ......................................................................
IMPALA-4955: Fix integer overflow in hdfs table size accounting We incorrectly use integer type instead of a long for a variable that tracks the partition data size and that is overflowing. Testing: Couldn't reproduce it locally but the perf build that was hitting this over TPCDS scale 1000 dataset is green with this fix. Change-Id: I8ee568a72ac038464cfb3e4c225f130770dd8d0f Reviewed-on: http://gerrit.cloudera.org:8080/6133 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6133 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8ee568a72ac038464cfb3e4c225f130770dd8d0f Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
