Zoltan Haindrich created HIVE-19673: ---------------------------------------
Summary: 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 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} -- This message was sent by Atlassian JIRA (v7.6.3#76005)