Thomas Rebele created HIVE-29397:
------------------------------------
Summary: TestBeeLineDriver with test.output.overwrite does not
apply masking
Key: HIVE-29397
URL: https://issues.apache.org/jira/browse/HIVE-29397
Project: Hive
Issue Type: Task
Reporter: Thomas Rebele
Assignee: Thomas Rebele
The following script fails:
{code:java}
mvn test -Pitests -pl itests/qtest -Dtest=TestBeeLineDriver
-Dqfile=desc_table_formatted.q -Dtest.output.overwrite=true
mvn test -Pitests -pl itests/qtest -Dtest=TestBeeLineDriver
-Dqfile=desc_table_formatted.q {code}
Cause: The masking of QOutProcessor is applied when overwrite is false, but it
is not applied when overriding the q.out file. See
org.apache.hadoop.hive.cli.control.CoreBeeLineDriver#runTest(org.apache.hive.beeline.QFile,
java.util.List<java.util.concurrent.Callable<java.lang.Void>>).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)