Michael Brown has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9846
Change subject: IMPALA-6759: align stress test memory estimation parse pattern ...................................................................... IMPALA-6759: align stress test memory estimation parse pattern The stress test never expected to see memory estimates on the order of PB. Apparently it can happen with TPC DS 10000, so update the pattern. It's not clear how to quickly write a test to catch this, because it involves crossing language boundaries and possibly having a massively-scaled dataset. I think leaving a comment in both places is good enough for now. Change-Id: I317c271888584ed2a817ee52ad70267eae64d341 --- M fe/src/main/java/org/apache/impala/common/PrintUtils.java M tests/stress/concurrent_select.py M tests/util/parse_util.py 3 files changed, 13 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/9846/1 -- To view, visit http://gerrit.cloudera.org:8080/9846 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I317c271888584ed2a817ee52ad70267eae64d341 Gerrit-Change-Number: 9846 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Brown <[email protected]>
