[ 
https://issues.apache.org/jira/browse/HIVE-19673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zoltan Haindrich updated HIVE-19673:
------------------------------------
    Description: 
there is a strange diff happening currently from time to time...sample6 is 
failed

running it on its own is fine...however when parquet_ctas.q runs before it; the 
*result set* is different

{code}
time mvn install -pl itests/qtest -DskipSparkTests -Pitests 
-Dtest=TestCliDriver -Dqfile=parquet_ctas.q,sample6.q  -Dtest.output.overwrite
{code}

note: sample6.q is run also via the spark driver; and the intresting is that 
the "fluctuating" new resultset matches with the spark driver's output

{code}
diff -Naur ./ql/src/test/results/clientpositive/sample6.q.out 
./ql/src/test/results/clientpositive/spark/sample6.q.out | grep val_
{code}

  was:
there is a strange diff happening currently from time to time...sample6 is 
failed

running it on its own is fine...however when parquet_ctas.q runs before it; the 
*result set* is changed

{code}
time mvn install -pl itests/qtest -DskipSparkTests -Pitests 
-Dtest=TestCliDriver -Dqfile=parquet_ctas.q,sample6.q  -Dtest.output.overwrite 
-Dmaven.surefire.debugX 
{code}

note: sample6.q is run also via the spark driver; and the intresting is that 
the "fluctuating" new resultset matches with the spark driver's output

{code}
diff -Naur ./ql/src/test/results/clientpositive/sample6.q.out 
./ql/src/test/results/clientpositive/spark/sample6.q.out | grep val_
{code}


> qtest: parquet_ctas.q breaks sample6.q
> --------------------------------------
>
>                 Key: HIVE-19673
>                 URL: https://issues.apache.org/jira/browse/HIVE-19673
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Zoltan Haindrich
>            Priority: Major
>
> there is a strange diff happening currently from time to time...sample6 is 
> failed
> running it on its own is fine...however when parquet_ctas.q runs before it; 
> the *result set* is different
> {code}
> time mvn install -pl itests/qtest -DskipSparkTests -Pitests 
> -Dtest=TestCliDriver -Dqfile=parquet_ctas.q,sample6.q  -Dtest.output.overwrite
> {code}
> note: sample6.q is run also via the spark driver; and the intresting is that 
> the "fluctuating" new resultset matches with the spark driver's output
> {code}
> diff -Naur ./ql/src/test/results/clientpositive/sample6.q.out 
> ./ql/src/test/results/clientpositive/spark/sample6.q.out | grep val_
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to