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

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

commit 6539c50f6611d9e2ba9c3051b8e4c8bd6e79d1e1
Author: Adam Tamas <ta...@cloudera.com>
AuthorDate: Thu Aug 13 14:56:55 2020 +0200

    IMPALA-9982: Fix flakyness in test_dateless_timestamp_text
    
    In this test there is no need to check for "Error parsing row"
    since the "Error converting column" is enought to be sure we are
    no longer able to read dateless timestamps.
    
    Change-Id: Ia97490288dae81561969d260739a07ec42571f48
    Reviewed-on: http://gerrit.cloudera.org:8080/16334
    Reviewed-by: Zoltan Borok-Nagy <borokna...@cloudera.com>
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
 .../functional-query/queries/QueryTest/dateless_timestamp_text.test      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
 
b/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
index afb7109..3ecfd73 100644
--- 
a/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
+++ 
b/testdata/workloads/functional-query/queries/QueryTest/dateless_timestamp_text.test
@@ -6,7 +6,6 @@ SELECT * FROM $DATABASE.timestamp_text_table;
 TIMESTAMP
 ---- CATCH
 Error converting column: 0 to TIMESTAMP
-Error parsing row: file: $NAMENODE/test-warehouse/test_dateless_timestamp_text_
 ====
 ---- QUERY
 SET abort_on_error=0;

Reply via email to