You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bi...@apache.org on 2021/02/17 02:13:20 UTC

[impala] 02/03: IMPALA-10499: Fix failing test_misc

This is an automated email from the ASF dual-hosted git repository.

bikram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit dc133d951389924e1f38856db1777d2b334dc7a2
Author: Tamas Mate <tm...@cloudera.com>
AuthorDate: Sun Feb 14 19:49:15 2021 +0100

    IMPALA-10499: Fix failing test_misc
    
    This change modifies the result type of the misc test which was failing.
    
    Testing:
     - executed the misc tests with exhaustive exploration strategy
    
    Change-Id: Ibe95f4bc3521f49d19e6da53deb904a25ac30982
    Reviewed-on: http://gerrit.cloudera.org:8080/17066
    Reviewed-by: Aman Sinha <am...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 testdata/workloads/functional-query/queries/QueryTest/misc.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/workloads/functional-query/queries/QueryTest/misc.test b/testdata/workloads/functional-query/queries/QueryTest/misc.test
index 2f48788..6e8d408 100644
--- a/testdata/workloads/functional-query/queries/QueryTest/misc.test
+++ b/testdata/workloads/functional-query/queries/QueryTest/misc.test
@@ -115,7 +115,7 @@ SELECT 1 as "``"
 ---- RESULTS
 1
 ---- TYPES
-int
+tinyint
 ====
 ---- QUERY
 #  Select from table that contains unsupported primitive types