Csaba Ringhofer has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/17325 )
Change subject: IMPALA-10662: Change EE tests to return the same results for HS2 as Beeswax ...................................................................... IMPALA-10662: Change EE tests to return the same results for HS2 as Beeswax In EE tests HS2 returned results with smaller precision than Beeswax for FLOAT/DOUBLE/TIMESTAMP types. These differences are not inherent to the HS2 protocol - the results are returned with full precision in Thrift and lose precision during conversion in client code. This patch changes to conversion in HS2 to match Beeswax and removes test section DBAPI_RESULTS that was used to handle the differences. Note that FLOAT/DOUBLE are still different in impala-shell, this change only deals with EE tests. Testing: - ran the changed tests Change-Id: If69ae90c6333ff245c2b951af5689e3071f85cb2 --- M testdata/workloads/functional-query/queries/QueryTest/analytic-fns.test M testdata/workloads/functional-query/queries/QueryTest/data-source-tables.test M testdata/workloads/functional-query/queries/QueryTest/inline-view-limit.test M testdata/workloads/functional-query/queries/QueryTest/inline-view.test M testdata/workloads/functional-query/queries/QueryTest/limit.test M testdata/workloads/functional-query/queries/QueryTest/subquery.test M testdata/workloads/functional-query/queries/QueryTest/top-n.test M tests/common/impala_connection.py M tests/common/impala_test_suite.py M tests/util/test_file_parser.py 10 files changed, 9 insertions(+), 246 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/25/17325/2 -- To view, visit http://gerrit.cloudera.org:8080/17325 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: If69ae90c6333ff245c2b951af5689e3071f85cb2 Gerrit-Change-Number: 17325 Gerrit-PatchSet: 2 Gerrit-Owner: Csaba Ringhofer <[email protected]>
