Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11833 )
Change subject: IMPALA-5950: fix TPC-DS Q35a and Q48 queries ...................................................................... IMPALA-5950: fix TPC-DS Q35a and Q48 queries The query text (for Q48) and substitution parameters didn't match the TPC-DS standard for qualification queries. After fixing that, the queries return the results expected by the TPC-DS standards. Note that this may affect the performance of perf workloads running tpcds-unmodified. Change-Id: Ic7c737f68adf616738d6eb6e5a02593af25bcbaf Reviewed-on: http://gerrit.cloudera.org:8080/11833 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A testdata/workloads/tpcds-unmodified/queries/tpcds-q35a.test M testdata/workloads/tpcds-unmodified/queries/tpcds-q48.test M tests/query_test/test_tpcds_queries.py 3 files changed, 268 insertions(+), 32 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11833 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic7c737f68adf616738d6eb6e5a02593af25bcbaf Gerrit-Change-Number: 11833 Gerrit-PatchSet: 8 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Greg Rahn <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
