Bharath Vissapragada has uploaded a new change for review. http://gerrit.cloudera.org:8080/6133
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 --- M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/6133/1 -- To view, visit http://gerrit.cloudera.org:8080/6133 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8ee568a72ac038464cfb3e4c225f130770dd8d0f Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <bhara...@cloudera.com>