Vihang Karajgaonkar created HIVE-27146:
------------------------------------------
Summary: Re-enable orc_merge*.q tests for
TestMiniSparkOnYarnCliDriver
Key: HIVE-27146
URL: https://issues.apache.org/jira/browse/HIVE-27146
Project: Hive
Issue Type: Test
Reporter: Vihang Karajgaonkar
It was found that the q.out file for these tests fail with a diff in the
replication factor of the files. The tests only fail on the CI job so it is
possible that it is due to some test environment issues. The tests also fail on
3.1.3 release.
E.g orc_merge4.q fails with the error. Similarly the other tests fail with the
same difference in replication factor.
{code:java}
40c40
< -rw-r--r-- 1 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
hdfs://### HDFS PATH ###
---
> -rw-r--r-- 3 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
> hdfs://### HDFS PATH ###
66c66
< -rw-r--r-- 1 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
hdfs://### HDFS PATH ###
---
> -rw-r--r-- 3 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
> hdfs://### HDFS PATH ###
68c68
< -rw-r--r-- 1 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
hdfs://### HDFS PATH ###
---
> -rw-r--r-- 3 ### USER ### ### GROUP ### 2530 ### HDFS DATE ###
> hdfs://### HDFS PATH ###
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)