You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/04/29 09:17:35 UTC

[hive] branch master updated: HIVE-23317: partition_wise_fileformat15 and 16 tests are flapping because of result order changes (Zoltan Haindrich reviewed by Miklos Gergely)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 213de03  HIVE-23317: partition_wise_fileformat15 and 16 tests are flapping because of result order changes (Zoltan Haindrich reviewed by Miklos Gergely)
213de03 is described below

commit 213de0311113ab001e38eeb936122dd1d09c73cb
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Wed Apr 29 09:15:52 2020 +0000

    HIVE-23317: partition_wise_fileformat15 and 16 tests are flapping because of result order changes (Zoltan Haindrich reviewed by Miklos Gergely)
    
    Signed-off-by: Zoltan Haindrich <zh...@cloudera.com>
---
 ql/src/test/queries/clientpositive/partition_wise_fileformat15.q        | 2 +-
 ql/src/test/queries/clientpositive/partition_wise_fileformat16.q        | 1 +
 .../test/results/clientpositive/llap/partition_wise_fileformat15.q.out  | 2 +-
 .../test/results/clientpositive/llap/partition_wise_fileformat16.q.out  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ql/src/test/queries/clientpositive/partition_wise_fileformat15.q b/ql/src/test/queries/clientpositive/partition_wise_fileformat15.q
index 033e123..f908cfd 100644
--- a/ql/src/test/queries/clientpositive/partition_wise_fileformat15.q
+++ b/ql/src/test/queries/clientpositive/partition_wise_fileformat15.q
@@ -1,5 +1,5 @@
 --! qt:dataset:src
---SORT_QUERY_RESULTS
+-- SORT_QUERY_RESULTS
 set hive.input.format = org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;
 
 -- This tests that the schema can be changed for binary serde data
diff --git a/ql/src/test/queries/clientpositive/partition_wise_fileformat16.q b/ql/src/test/queries/clientpositive/partition_wise_fileformat16.q
index 703b214..da3ae09 100644
--- a/ql/src/test/queries/clientpositive/partition_wise_fileformat16.q
+++ b/ql/src/test/queries/clientpositive/partition_wise_fileformat16.q
@@ -1,4 +1,5 @@
 --! qt:dataset:src
+-- SORT_QUERY_RESULTS
 set hive.input.format = org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;
 
 -- This tests that the schema can be changed for binary serde data
diff --git a/ql/src/test/results/clientpositive/llap/partition_wise_fileformat15.q.out b/ql/src/test/results/clientpositive/llap/partition_wise_fileformat15.q.out
index 87098d2..40eb2bf 100644
--- a/ql/src/test/results/clientpositive/llap/partition_wise_fileformat15.q.out
+++ b/ql/src/test/results/clientpositive/llap/partition_wise_fileformat15.q.out
@@ -133,9 +133,9 @@ POSTHOOK: Input: default@partition_test_partitioned_n6
 POSTHOOK: Input: default@partition_test_partitioned_n6@dt=1
 POSTHOOK: Input: default@partition_test_partitioned_n6@dt=2
 #### A masked pattern was here ####
+172	val_86	val_86	2
 476	val_238	NULL	1
 476	val_238	NULL	1
-172	val_86	val_86	2
 PREHOOK: query: select * from partition_test_partitioned_n6 where dt is not null
 PREHOOK: type: QUERY
 PREHOOK: Input: default@partition_test_partitioned_n6
diff --git a/ql/src/test/results/clientpositive/llap/partition_wise_fileformat16.q.out b/ql/src/test/results/clientpositive/llap/partition_wise_fileformat16.q.out
index 233e229..516d1f9 100644
--- a/ql/src/test/results/clientpositive/llap/partition_wise_fileformat16.q.out
+++ b/ql/src/test/results/clientpositive/llap/partition_wise_fileformat16.q.out
@@ -133,9 +133,9 @@ POSTHOOK: Input: default@partition_test_partitioned_n10
 POSTHOOK: Input: default@partition_test_partitioned_n10@dt=1
 POSTHOOK: Input: default@partition_test_partitioned_n10@dt=2
 #### A masked pattern was here ####
+172	val_86	val_86	2
 476	val_238	NULL	1
 476	val_238	NULL	1
-172	val_86	val_86	2
 PREHOOK: query: select * from partition_test_partitioned_n10 where dt is not null
 PREHOOK: type: QUERY
 PREHOOK: Input: default@partition_test_partitioned_n10