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

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

commit 1fcbe9157b4704a8152eccfce94916bd9e29e2e6
Author: Krisztian Kasa <kk...@cloudera.com>
AuthorDate: Mon Apr 6 10:44:09 2020 -0700

    HIVE-23119: Test sort_acid should be run by TestMiniLlapLocalCliDriver only 
(Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)
---
 itests/src/test/resources/testconfiguration.properties | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/itests/src/test/resources/testconfiguration.properties 
b/itests/src/test/resources/testconfiguration.properties
index af8e961..e99ce7b 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -15,7 +15,6 @@ disabled.query.files=cbo_rp_subq_in.q,\
   sample2.q,\
   sample4.q,\
   root_dir_external_table.q,\
-  sort_acid.q,\
   input31.q
 
 
@@ -208,7 +207,6 @@ minillaplocal.shared.query.files=alter_merge_2_orc.q,\
   selectDistinctStar.q,\
   select_dummy_source.q,\
   skewjoin.q,\
-  sort_acid.q,\
   stats_noscan_1.q,\
   stats_only_null.q,\
   subquery_exists.q,\
@@ -792,6 +790,7 @@ minillaplocal.query.files=\
   sharedworkext.q,\
   sharedworkresidual.q,\
   smb_cache.q,\
+  sort_acid.q,\
   special_character_in_tabnames_1.q,\
   sqlmerge.q,\
   sqlmerge_stats.q,\

Reply via email to