Surya Hebbar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24491
Change subject: IMPALA-14680: Simplify partition spec matching in runtime profile tests ...................................................................... IMPALA-14680: Simplify partition spec matching in runtime profile tests The runtime profile previously matched the partition spec line by line, but these lines were not unique within the profile, as each line is compared separately on its own. (i.e. NumModifiedRows on separate line) By combining the partition number with the related attribute and matching them together in the same row_regex provides better certainty while improving the efficiency of comparison. This is a split change from the test updates taking place while enabling the aggregated profile (IMPALA-9846). Change-Id: Id9ff11a0f61dfa17a18ffb62431755c6a2912e30 --- M testdata/workloads/tpcds-insert/queries/partitioned-insert.test 1 file changed, 519 insertions(+), 1,038 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/24491/1 -- To view, visit http://gerrit.cloudera.org:8080/24491 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id9ff11a0f61dfa17a18ffb62431755c6a2912e30 Gerrit-Change-Number: 24491 Gerrit-PatchSet: 1 Gerrit-Owner: Surya Hebbar <[email protected]>
